Struct specs_transform::Transform2DSystem [] [src]

pub struct Transform2DSystem<T: 'static + Sync + Send + Copy + Float> { /* fields omitted */ }

Methods

impl<T: 'static + Sync + Send + Copy + Float> Transform2DSystem<T>
[src]

[src]

Trait Implementations

impl<'a, T: 'static + Sync + Send + Copy + Float> System<'a> for Transform2DSystem<T>
[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