Struct specs_time::TimeSystem[][src]

pub struct TimeSystem<T>(_);

Methods

impl<T> TimeSystem<T>
[src]

impl<T> TimeSystem<T>
[src]

Trait Implementations

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

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

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

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