Struct amethyst_ui::UiSystem [] [src]

pub struct UiSystem { /* fields omitted */ }

This system processes the underlying UI data as needed.

Methods

impl UiSystem
[src]

[src]

Initializes a new UiSystem that uses the given reader id.

Trait Implementations

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

The resource bundle required to execute this system. Read more

[src]

Executes the system with the required system data. Read more

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