NetworkClock Members
The NetworkClock type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
InitializeGlobal |
Initializes the global network clock instance.
|
|
|
ProcessOnFrames |
Executes an action method for each frame that has passed since the last update.
|
Properties
| Name | Description | |
|---|---|---|
|
|
deltaFrames |
Gets the number of frames that have passed since the last update.
|
|
|
deltaTime |
Gets the time elapsed since the last frame update.
|
|
|
fixedDeltaTime |
Gets the time elapsed since the last fixed frame update.
|
|
|
tick |
Gets the current tick of the network clock.
|
|
|
time |
Gets the total time since the start of the network clock.
|

