An interface that when implemented by a UnityEngine.Object, can be called as a target by PhysicsWorld.SendBodyUpdateCallbacks.
Method | Description |
---|---|
OnBodyUpdate2D | Called when a BodyUpdateEvent for the object occurs. This will always be called on the main-thread after the simulation has finished. |