Photon Quantum 3.0.0

List of all members
Photon.Deterministic.IDeterministicReplayProvider Interface Reference

An internal interface to encapsulate managing rpc and input. More...

Inheritance diagram for Photon.Deterministic.IDeterministicReplayProvider:
Photon.Deterministic.IDeterministicRpcProvider Photon.Deterministic.IDeterministicInputProvider Photon.Deterministic.IDeterministicStreamReplayInputProvider Quantum.InputProvider Quantum.RingBufferInputProvider Quantum.BitStreamReplayInputProvider Quantum.StreamReplayInputProvider

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

Detailed Description

An internal interface to encapsulate managing rpc and input.