Click or drag to resize
TimeManager Properties

The TimeManager type exposes the following members.

Properties
  NameDescription
Public propertyElapsedTime
Get elapsed time since last frame. Note: does not affected by TimeSpeed.
Public propertyFixedTimeFactor
Get time factor for fixed-update.
Public propertyFixedUpdateInterval
The interval, in seconds, of the FixedUpdate event.
Public propertyGameTime
Get last game-time instance.
Public propertyStatic memberInstance
Get time utils instance.
Public propertyTimeFactor
Get time factor for current frame (represent time passed in seconds since last frame, multiplied by speed).
Public propertyTimeSinceLastUpdate
Get time, in seconds, since last update().
Public propertyTotalTime
Get total time including all frames. Note: does not affected by TimeSpeed.
Top
See Also