INetworkClock Methods
The INetworkClock type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetDeltaFrames |
Retrieves the number of frames that have passed since the last update.
|
![]() |
GetDeltaTime |
Retrieves the time elapsed since the last frame update.
|
![]() |
GetFixedDeltaTime |
Retrieves the fixed delta time for fixed frame rate updates.
|
![]() |
GetFramesCount |
Retrieves the total number of frames since the start of the game.
|
![]() |
GetTick |
Retrieves the current network tick.
|
![]() |
GetTime |
Retrieves the total elapsed time.
|
![]() |
Initialize |
Initializes the network clock.
|
![]() |
UpdateFixedFramesCount |
Updates the count of fixed frames, typically used for fixed update loops.
|
![]() |
UpdateFramesCount |
Updates the frames count to a new value.
|
![]() |
UpdateTick |
Updates the network tick with an optional override value.
|