com.onlineobject.objectnet Namespace

NetworkClock Members

The NetworkClock type exposes the following members.

Methods


  Name Description
Public method Static member InitializeGlobal
Initializes the global network clock instance.
Public method Static member ProcessOnFrames
Executes an action method for each frame that has passed since the last update.

Properties


  Name Description
Public property Static member deltaFrames
Gets the number of frames that have passed since the last update.
Public property Static member deltaTime
Gets the time elapsed since the last frame update.
Public property Static member fixedDeltaTime
Gets the time elapsed since the last fixed frame update.
Public property Static member tick
Gets the current tick of the network clock.
Public property Static member time
Gets the total time since the start of the network clock.