Struct specs_camera::CameraSystem [] [src]

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

Methods

impl<T> CameraSystem<T>
[src]

[src]

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

[src]

Trait Implementations

impl<T> Default for CameraSystem<T> where
    T: 'static + Sync + Send + Copy + Float
[src]

[src]

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

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