com.onlineobject.objectnet Namespace

NetworkClockBase Members

The NetworkClockBase type exposes the following members.

Constructors


  Name Description
Public method NetworkClockBase
Constructor that initializes the global network clock.

Methods


  Name Description
Public method GetDeltaFrames
Gets the delta frames since the last update.
Public method GetDeltaTime
Gets the delta time since the last update.
Public method GetFixedDeltaTime
Gets the fixed delta time for fixed updates.
Public method GetFramesCount
Gets the total number of frames since the clock started.
Public method GetTick
Gets the current tick count.
Public method GetTime
Gets the current time according to the network clock.
Public method Initialize
Initializes the network clock, setting the start time.
Public method UpdateFixedFramesCount
Increments the fixed frame count and recalculates the fixed delta time based on the elapsed time.
Public method UpdateFramesCount
Updates the frame count to the specified count.
Public method UpdateTick
Updates the tick count, incrementing it or setting it to an override value.