Struct amethyst_ui::MouseReactive[][src]

pub struct MouseReactive;

A component that tags an entity as reactive to ui events. Will only work if the entity has a UiTransform component attached to it. Without this, the ui element will not generate events.

Trait Implementations

impl Default for MouseReactive
[src]

Returns the "default value" for a type. Read more

impl Component for MouseReactive
[src]

Associated storage type for this component.

Auto Trait Implementations

impl Send for MouseReactive

impl Sync for MouseReactive