An internal interface to encapsulate managing rpc and input. More...
Additional Inherited Members | |
Public Member Functions inherited from Photon.Deterministic.IDeterministicRpcProvider | |
void | AddRpc (int playerSlot, byte[] data, bool command) |
Adds an RPC to the simulation. More... | |
QTuple< byte[], bool > | GetRpc (int frame, int player) |
Gets the RPC data for the given frame and player. More... | |
Public Member Functions inherited from Photon.Deterministic.IDeterministicInputProvider | |
bool | CanSimulate (int frame) |
Is all input for this frame available. More... | |
DeterministicFrameInputTemp | GetInput (int frame, int playerSlot) |
Get the input for the given frame and player. More... | |
An internal interface to encapsulate managing rpc and input.