Struct amethyst_ui::UiFocused[][src]

pub struct UiFocused {
    pub entity: Option<Entity>,
}

This resource stores the currently focused UI element.

Fields

The entity containing the focused UI element.

Trait Implementations

impl Default for UiFocused
[src]

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

Auto Trait Implementations

impl Send for UiFocused

impl Sync for UiFocused