Photon Fusion 2.1.1

IAfterClientPredictionReset Interface Reference

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.

Inherited by NetworkTransform.

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.

Detailed Description

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.