Represents a resolved tick rate. More...
Public Member Functions | |
override string | ToString () |
Public Attributes | |
int | Client |
The tick rate for the client. More... | |
int | ClientSend |
The send tick rate for the client. More... | |
int | Server |
The tick rate for the server. More... | |
int | ServerSend |
The send tick rate for the server. More... | |
Static Public Attributes | |
const int | SIZE = 16 |
The size of the Resolved structure in bytes. More... | |
const int | WORDS = SIZE / Allocator.REPLICATE_WORD_SIZE |
The size of the Resolved structure in words. More... | |
Properties | |
double | ClientSendDelta [get] |
Gets the delta time for the client send rate. More... | |
double | ClientTickDelta [get] |
Gets the delta time for the client tick rate. More... | |
int | ClientTickStride [get] |
Gets the stride of the client tick rate. This is always 1. More... | |
double | ServerSendDelta [get] |
Gets the delta time for the server send rate. More... | |
double | ServerTickDelta [get] |
Gets the delta time for the server tick rate. More... | |
int | ServerTickStride [get] |
Gets the stride of the server tick rate relative to the client tick rate. More... | |
Represents a resolved tick rate.
The tick rate is resolved by the client and server tick rates.
int Client |
The tick rate for the client.
int ClientSend |
The send tick rate for the client.
int Server |
The tick rate for the server.
int ServerSend |
The send tick rate for the server.
|
static |
The size of the Resolved structure in bytes.
|
static |
The size of the Resolved structure in words.
|
get |
Gets the delta time for the client send rate.
|
get |
Gets the delta time for the client tick rate.
|
get |
Gets the stride of the client tick rate. This is always 1.
|
get |
Gets the delta time for the server send rate.
|
get |
Gets the delta time for the server tick rate.
|
get |
Gets the stride of the server tick rate relative to the client tick rate.