[−][src]Module physx::simulation_event_callback
Structs
| PxSimulationEventCallback | A new type wrapper for PxSimulationEventCallback. Parametrized by the ArticulationLink, RigidStatic, and RigidDynamic actors the callbacks expect, and the Collision, Trigger, ConstraintBreak, WakeSleep, and Advance Callbacks themselves. |
Traits
| AdvanceCallback | A trait for the Advance Callback. onAdvance() is called during simulation, so it must
be thread safe, and |
| CollisionCallback | A trait for onCollision() |
| ConstraintBreakCallback | A trait for onConstraintBReak(). |
| TriggerCallback | A trait for onTrigger(). |
| WakeSleepCallback | A trait for onWake() and onSleep() callbacks. Parametrized by the ArticulationLink, RigidStatic, and RigidDynamic types of the scene it is in. |