Quantum 3
3.0.13
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... | |
Input header information.
|
inline |
Legacy serialization method.
| stream | Stream |
|
inline |
Serialize the input header to a bitstream.
| stream | Stream |
| Int32 Photon.Deterministic.DeterministicTickInputEncodeHeader.MaxPing |
The max ping that the server recorded for this client.
| Int32 Photon.Deterministic.DeterministicTickInputEncodeHeader.PlayerCount |
The max player count of the simulation.
| Int32 Photon.Deterministic.DeterministicTickInputEncodeHeader.InputFixedSize |
The input fixed size.
| Double Photon.Deterministic.DeterministicTickInputEncodeHeader.ServerTime |
The server time in seconds.
| Double Photon.Deterministic.DeterministicTickInputEncodeHeader.ServerTimeScale |
The server time scaling.