Struct amethyst_ui::UiButton[][src]

pub struct UiButton {
    pub text: Entity,
    pub image: Entity,
}

A clickable button.

Fields

The actual text of the button.

Represents the background of the image. Defaults to a grey rectangle.

Auto Trait Implementations

impl Send for UiButton

impl Sync for UiButton