Photon Fusion 1.1.9

Public Member Functions | List of all members
IBeforePhysicsStep Interface Reference

Interface for BeforePhysicsStep callback. Called immediately before Physics.Simulate(). Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...

Public Member Functions

void BeforePhysicsStep ()
 Called immediately before Physics.Simulate().
 

Detailed Description

Interface for BeforePhysicsStep callback. Called immediately before Physics.Simulate(). Implement this interface on SimulationBehaviour and NetworkBehaviour classes.