com.onlineobject.objectnet Namespace

INetworkClock Properties

The INetworkClock type exposes the following members.

Properties


  Name Description
Public property DeltaFrames
Gets the number of frames that have passed since the last update.
Public property DeltaTime
Gets the time in seconds since the last frame update.
Public property FixedDeltaTime
Gets the fixed time interval in seconds at which physics and other fixed frame rate updates are performed.
Public property Tick
Gets or sets the network tick, which is a counter that can be used for synchronizing states across the network.
Public property Time
Gets the total time in seconds since the start of the game.