Photon Fusion 1.1.9

Public Member Functions | List of all members
IBeforeUpdate Interface Reference

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

Inherited by NetworkPosition.

Public Member Functions

void BeforeUpdate ()
 Called at the start of the Fusion Update loop, before the Fusion simulation loop.
 

Detailed Description

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

Member Function Documentation

◆ BeforeUpdate()

void BeforeUpdate ( )

Called at the start of the Fusion Update loop, before the Fusion simulation loop.

Implemented in NetworkPosition, and NetworkTransform.