Photon Fusion 1.1.9

Public Member Functions | List of all members
IAfterPhysicsStep Interface Reference

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().
 

Detailed Description

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