Quantum 3 3.0.13

Public Member Functions | List of all members
Photon.Deterministic.IDeterministicDeltaCompressedInput Interface Reference

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...
 

Detailed Description

The interface encapsulates managing the access to delta compressed input.

Member Function Documentation

◆ GetRawInput()

void Photon.Deterministic.IDeterministicDeltaCompressedInput.GetRawInput ( DeterministicFrame  frame,
ref int[]  data 
)

Raw input as int array is saved on the frame.

◆ ResetInputState()

void Photon.Deterministic.IDeterministicDeltaCompressedInput.ResetInputState ( DeterministicFrame  frame)

Reset input state for late-joins and instant replays.

◆ OnInputPollingDone()

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.