Photon Fusion 2.0.12

Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
TickRate.Resolved Struct Reference

Represents a resolved tick rate. More...

Public Member Functions

readonly 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 WORDS = SIZE / Allocator.REPLICATE_WORD_SIZE
 The size of the Resolved structure in words. More...
 

Properties

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

Detailed Description

Represents a resolved tick rate.

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

Member Data Documentation

◆ Client

int Client

The tick rate for the client.

◆ ClientSend

int ClientSend

The send tick rate for the client.

◆ Server

int Server

The tick rate for the server.

◆ ServerSend

int ServerSend

The send tick rate for the server.

◆ WORDS

const int WORDS = SIZE / Allocator.REPLICATE_WORD_SIZE
static

The size of the Resolved structure in words.

Property Documentation

◆ ClientSendDelta

readonly double ClientSendDelta
get

Gets the delta time for the client send rate.

◆ ClientTickDelta

readonly double ClientTickDelta
get

Gets the delta time for the client tick rate.

◆ ClientTickStride

readonly int ClientTickStride
get

Gets the stride of the client tick rate. This is always 1.

◆ ServerSendDelta

readonly double ServerSendDelta
get

Gets the delta time for the server send rate.

◆ ServerTickDelta

readonly double ServerTickDelta
get

Gets the delta time for the server tick rate.

◆ ServerTickStride

readonly int ServerTickStride
get

Gets the stride of the server tick rate relative to the client tick rate.