Struct rhusics_ecs::DeltaTime [] [src]

pub struct DeltaTime<S> where
    S: BaseFloat
{ pub delta_seconds: S, }

Time step resource

Type parameters:

  • S: Scalar

Fields

Delta time since last frame

Trait Implementations

impl<S: Debug> Debug for DeltaTime<S> where
    S: BaseFloat
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<S> Send for DeltaTime<S> where
    S: Send

impl<S> Sync for DeltaTime<S> where
    S: Sync