Struct amethyst_ui::UiKeyboardSystem[][src]

pub struct UiKeyboardSystem { /* fields omitted */ }

This system processes the underlying UI data as needed.

Methods

impl UiKeyboardSystem
[src]

Creates a new instance of this system

Trait Implementations

impl<'a> System<'a> for UiKeyboardSystem
[src]

The resource bundle required to execute this system. Read more

Executes the system with the required system data. Read more

Sets up the Resources using Self::SystemData::setup.

Returns a hint how long the system needs for running. This is used to optimize the way they're executed (might allow more parallelization). Read more

Return the accessor from the SystemData.

Auto Trait Implementations