Photon Fusion 2.1.1

TickRate.Resolved Struct Reference

Represents a resolved tick rate. More...

Public Member Functions

override readonly string ToString ()

Public Attributes

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 Public Attributes

const int WORDS = SIZE / Allocator.REPLICATE_WORD_SIZE
 The size of the Resolved structure in words.

Properties

readonly double ClientSendDelta [get]
 Gets the delta time for the client send rate.
readonly double ClientTickDelta [get]
 Gets the delta time for the client tick rate.
readonly int ClientTickStride [get]
 Gets the stride of the client tick rate. This is always 1.
readonly double ServerSendDelta [get]
 Gets the delta time for the server send rate.
readonly double ServerTickDelta [get]
 Gets the delta time for the server tick rate.
readonly int ServerTickStride [get]
 Gets the stride of the server tick rate relative to the client tick rate.

Detailed Description

Represents a resolved tick rate.

The tick rate is resolved by the client and server tick rates.