TimeManager Properties |
The TimeManager type exposes the following members.
Name | Description | |
---|---|---|
ElapsedTime |
Get elapsed time since last frame.
Note: does not affected by TimeSpeed.
| |
FixedTimeFactor |
Get time factor for fixed-update.
| |
FixedUpdateInterval |
The interval, in seconds, of the FixedUpdate event.
| |
GameTime |
Get last game-time instance.
| |
Instance |
Get time utils instance.
| |
TimeFactor |
Get time factor for current frame (represent time passed in seconds since last frame, multiplied by speed).
| |
TimeSinceLastUpdate |
Get time, in seconds, since last update().
| |
TotalTime |
Get total time including all frames.
Note: does not affected by TimeSpeed.
|