Class TimeHandler
Inheritance
System.Object
TimeHandler
Assembly: cs.temp.dll.dll
Syntax
public class TimeHandler : Singleton<TimeHandler>
Fields
_isRealTime
Declaration
Field Value
Type |
Description |
System.Boolean |
|
SimulationSpeed
Declaration
public float SimulationSpeed
Field Value
Type |
Description |
System.Single |
|
Properties
CurrentTime
Declaration
public uint CurrentTime { get; }
Property Value
Type |
Description |
System.UInt32 |
|
StartTimeNsecs
Declaration
public uint StartTimeNsecs { get; }
Property Value
Type |
Description |
System.UInt32 |
|
StartTimeSecs
Declaration
public uint StartTimeSecs { get; }
Property Value
Type |
Description |
System.UInt32 |
|
TimeDouble
Declaration
public double TimeDouble { get; }
Property Value
Type |
Description |
System.Double |
|
TotalTimeNsecs
Declaration
public uint TotalTimeNsecs { get; }
Property Value
Type |
Description |
System.UInt32 |
|
TotalTimeSecs
Declaration
public uint TotalTimeSecs { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Methods
Initialize()
Declaration
protected override void Initialize()