Photon Fusion 1.1.9

Public Member Functions | List of all members
IAfterUpdate Interface Reference

Interface for the AfterUpdate callback, which is called at the end of each Fusion Update segment. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...

Public Member Functions

void AfterUpdate ()
 Called at the end of the Fusion Update loop, before all Unity MonoBehaviour.Update() callbacks.
 

Detailed Description

Interface for the AfterUpdate callback, which is called at the end of each Fusion Update segment. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.