Struct amethyst_ui::UiButton [−][src]
pub struct UiButton {
pub text: Entity,
pub image: Entity,
}A clickable button.
Fields
text: Entity
The actual text of the button.
image: Entity
Represents the background of the image. Defaults to a grey rectangle.