Struct amethyst_ui::OnUiActionImage[][src]

pub struct OnUiActionImage { /* fields omitted */ }

When this component is added to a UI element with a UiImage it will change that image based on mouse interaction. Requires MouseReactive.

Methods

impl OnUiActionImage
[src]

A constructor for this component

Trait Implementations

impl Component for OnUiActionImage
[src]

Associated storage type for this component.

Auto Trait Implementations