Interface for AfterPhysicsStep callback. Called immediately after Physics.Simulate(). Implement this interface on SimulationBehaviour and NetworkBehaviour classes. More...
Inherited by NetworkTransformObsolete.
Public Member Functions | |
void | AfterPhysicsStep () |
Called immediately after Physics.Simulate(). More... | |
Interface for AfterPhysicsStep callback. Called immediately after Physics.Simulate(). Implement this interface on SimulationBehaviour and NetworkBehaviour classes.
void AfterPhysicsStep | ( | ) |
Called immediately after Physics.Simulate().