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(). More... | |
Interface for BeforePhysicsStep callback. Called immediately before Physics.Simulate(). Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void BeforePhysicsStep | ( | ) |
Called immediately before Physics.Simulate().