Struct specs_camera::Camera2DSystem[][src]

pub struct Camera2DSystem<T> { /* fields omitted */ }

Methods

impl<T> Camera2DSystem<T>
[src]

impl<T> Camera2DSystem<T>
[src]

Trait Implementations

impl<T> Default for Camera2DSystem<T>
[src]

Returns the "default value" for a type. Read more

impl<'system, T> System<'system> for Camera2DSystem<T> where
    T: 'static + Send + Sync + Float + FromPrimitive,
    &'a T: Sub<&'b T, Output = T> + Add<&'b T, Output = T> + Div<&'b T, Output = T> + Mul<&'b T, Output = T> + Neg<Output = T>, 
[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<T> Send for Camera2DSystem<T> where
    T: Send

impl<T> Sync for Camera2DSystem<T> where
    T: Sync