The decoder helps to deserialize the input from the server. More...
Public Member Functions | |
DeterministicTickInputDecoder (Protocol.Serializer serializer, DeterministicSession session, int finishedTick) | |
Creates a input decoder. More... | |
DeterministicTickInputEncodeHeader | Decode (BitStream stream, List< DeterministicTickInput > result) |
Decodes input from the stream. More... | |
void | ResetInputState (int tick) |
Sets the finished tick. More... | |
Properties | |
int | FinishedTick [get] |
The finished tick, everything before is 100% done and cleared. More... | |
The decoder helps to deserialize the input from the server.
|
inline |
Creates a input decoder.
serializer | Quantum protocol serializer |
session | Deterministic session |
finishedTick | Finished tick |
|
inline |
Sets the finished tick.
tick | Finished tick |
|
inline |
Decodes input from the stream.
stream | Bitstream |
result | Resulting input objects |
|
get |
The finished tick, everything before is 100% done and cleared.