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