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... | |
Interface for the AfterUpdate callback, which is called at the end of each Fusion Update segment. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void AfterUpdate | ( | ) |
Called at the end of the Fusion Update loop, before all Unity MonoBehaviour.Update() callbacks.