/> More...
Public Member Functions | |
void | OnPlayerRemoved (Frame f, PlayerRef player) |
This signal is called when a player was removed from the simulation after the InputFlags are set to Photon.Deterministic.DeterministicInputFlags.PlayerNotPresent. More... | |
Additional Inherited Members | |
Properties inherited from Quantum.ISignal | |
Int32 | RuntimeIndex [get] |
Index of the signal in the runtime. More... | |
/>
This signal is called when a player was removed from the simulation after the InputFlags are set to Photon.Deterministic.DeterministicInputFlags.PlayerNotPresent.
The signal is always called from a verified frame.
f | The frame reference. |
player | The player that was removed. |