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. More... | |
Interface for the BeforeUpdate callback, which is called at the beginning of each Fusion Update segment. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void BeforeUpdate | ( | ) |
Called at the start of the Fusion Update loop, before the Fusion simulation loop.
Implemented in NetworkTransform, and NetworkPosition.