Photon Fusion 1.1.9

Public Member Functions | List of all members
IBeforeTick Interface Reference

Interface for BeforeTick callback. Called before each tick is simulated. Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...

Inherited by NetworkPhysicsSimulation2D, and NetworkPhysicsSimulation3D.

Public Member Functions

void BeforeTick ()
 Called before each tick is simulated.
 

Detailed Description

Interface for BeforeTick callback. Called before each tick is simulated. Implement this interface on SimulationBehaviour and NetworkBehaviour classes.