Callback interface for AfterClientPredictionReset. Called at the very start of the resimulation loop (on clients with prediction enabled), immediately after state is set to the latest server snapshot. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...
Inherits IPublicFacingInterface.
Public Member Functions | |
void | AfterClientPredictionReset () |
Called at the very start of the resimulation loop (on clients with prediction enabled), immediately after state is set to the latest server snapshot. More... | |
Callback interface for AfterClientPredictionReset. Called at the very start of the resimulation loop (on clients with prediction enabled), immediately after state is set to the latest server snapshot. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void AfterClientPredictionReset | ( | ) |
Called at the very start of the resimulation loop (on clients with prediction enabled), immediately after state is set to the latest server snapshot.