Photon Fusion 1.1.9

Public Member Functions | List of all members
IBeforeClientPredictionReset Interface Reference

Callback interface for BeforeClientPredictionReset. Called at the very start of the resimulation loop (on clients with prediction enabled), before state is set to the latest server snapshot. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...

Public Member Functions

void BeforeClientPredictionReset ()
 Called at the very start of the resimulation loop (on clients with prediction enabled), before state is set to the latest server snapshot.
 

Detailed Description

Callback interface for BeforeClientPredictionReset. Called at the very start of the resimulation loop (on clients with prediction enabled), before state is set to the latest server snapshot. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.