Quantum 3
3.0.13
The interface encapsulates managing the access to delta compressed input. More...
Inherited by Photon.Deterministic.DeterministicNetwork.
Public Member Functions | |
| void | GetRawInput (DeterministicFrame frame, ref int[] data) |
| Raw input as int array is saved on the frame. More... | |
| void | OnInputPollingDone (int frame, int playerCount) |
| Timing required for the local input provider to cache the raw input and call OnInputSetConfirmed callback. More... | |
| void | ResetInputState (DeterministicFrame frame) |
| Reset input state for late-joins and instant replays. More... | |
The interface encapsulates managing the access to delta compressed input.
| void Photon.Deterministic.IDeterministicDeltaCompressedInput.GetRawInput | ( | DeterministicFrame | frame, |
| ref int[] | data | ||
| ) |
Raw input as int array is saved on the frame.
| void Photon.Deterministic.IDeterministicDeltaCompressedInput.ResetInputState | ( | DeterministicFrame | frame | ) |
Reset input state for late-joins and instant replays.
| void Photon.Deterministic.IDeterministicDeltaCompressedInput.OnInputPollingDone | ( | int | frame, |
| int | playerCount | ||
| ) |
Timing required for the local input provider to cache the raw input and call OnInputSetConfirmed callback.