Struct amethyst_ui::UiLayoutSystem[][src]

pub struct UiLayoutSystem { /* fields omitted */ }

Used to initialize the UiTransform and Anchored offsets when using the Anchored component.

Methods

impl UiLayoutSystem
[src]

Creates a new UiLayoutSystem.

Trait Implementations

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

The resource bundle required to execute this system. Read more

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

Return the accessor from the [SystemData].

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

Auto Trait Implementations

impl Send for UiLayoutSystem

impl Sync for UiLayoutSystem