Photon Fusion 2.0.3

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...

Inherits IPublicFacingInterface.

Public Member Functions

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

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.

Member Function Documentation

◆ AfterUpdate()

void AfterUpdate ( )

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