User callback class for character controller events.
More...
#include <PxController.h>
User callback class for character controller events.
- Note
- Character controller hit reports are only generated when move is called.
- See Also
- PxControllerDesc.callback
virtual PxUserControllerHitReport::~PxUserControllerHitReport |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void PxUserControllerHitReport::onControllerHit |
( |
const PxControllersHit & |
hit | ) |
|
|
pure virtual |
Called when current controller hits another controller.
- Parameters
-
[in] | hit | Provides information about the hit. |
- See Also
- PxControllersHit
Called when current controller hits a shape.
This is called when the CCT moves and hits a shape. This will not be called when a moving shape hits a non-moving CCT.
- Parameters
-
[in] | hit | Provides information about the hit. |
- See Also
- PxControllerShapeHit
The documentation for this class was generated from the following file: