Struct amethyst_core::transform::systems::TransformSystem[][src]

pub struct TransformSystem { /* fields omitted */ }

Handles updating GlobalTransform components based on the Transform component and parents.

Methods

impl TransformSystem
[src]

Creates a new transform processor.

Trait Implementations

impl<'a> System<'a> for TransformSystem
[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

impl Send for TransformSystem

impl Sync for TransformSystem