Quantum 3 3.0.13

Public Member Functions | Public Attributes | List of all members
Photon.Deterministic.DeterministicTickInputEncodeHeader Struct Reference

Input header information. More...

Public Member Functions

void Legacy_Serialize (BitStream stream)
 Legacy serialization method. More...
 
void Serialize (BitStream stream)
 Serialize the input header to a bitstream. More...
 

Public Attributes

Int32 InputFixedSize
 The input fixed size. More...
 
Int32 MaxPing
 The max ping that the server recorded for this client. More...
 
Int32 PlayerCount
 The max player count of the simulation. More...
 
Double ServerTime
 The server time in seconds. More...
 
Double ServerTimeScale
 The server time scaling. More...
 

Detailed Description

Input header information.

Member Function Documentation

◆ Legacy_Serialize()

void Photon.Deterministic.DeterministicTickInputEncodeHeader.Legacy_Serialize ( BitStream  stream)
inline

Legacy serialization method.

Parameters
streamStream

◆ Serialize()

void Photon.Deterministic.DeterministicTickInputEncodeHeader.Serialize ( BitStream  stream)
inline

Serialize the input header to a bitstream.

Parameters
streamStream

Member Data Documentation

◆ MaxPing

Int32 Photon.Deterministic.DeterministicTickInputEncodeHeader.MaxPing

The max ping that the server recorded for this client.

◆ PlayerCount

Int32 Photon.Deterministic.DeterministicTickInputEncodeHeader.PlayerCount

The max player count of the simulation.

◆ InputFixedSize

Int32 Photon.Deterministic.DeterministicTickInputEncodeHeader.InputFixedSize

The input fixed size.

◆ ServerTime

Double Photon.Deterministic.DeterministicTickInputEncodeHeader.ServerTime

The server time in seconds.

◆ ServerTimeScale

Double Photon.Deterministic.DeterministicTickInputEncodeHeader.ServerTimeScale

The server time scaling.