Struct specs_time::TimeSystem [] [src]

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

Methods

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

[src]

Trait Implementations

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