Class TimeService
Provides scaled frame time, fixed-step time, totals, and counters.
public sealed class TimeService
- Inheritance
-
TimeService
- Inherited Members
Properties
DeltaTime
public double DeltaTime { get; }
Property Value
FixedDeltaTime
public double FixedDeltaTime { get; }
Property Value
FixedFrameCount
public ulong FixedFrameCount { get; }
Property Value
FrameCount
public ulong FrameCount { get; }
Property Value
IsPaused
public bool IsPaused { get; set; }
Property Value
TimeScale
public double TimeScale { get; set; }
Property Value
TotalTime
public double TotalTime { get; }
Property Value
UnscaledDeltaTime
public double UnscaledDeltaTime { get; }
Property Value
UnscaledTotalTime
public double UnscaledTotalTime { get; }