Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ControllerCallback Class Reference
Inheritance diagram for ControllerCallback:
Collaboration diagram for ControllerCallback:

Public Member Functions

 ControllerCallback (QPhysicsWorld *worldIn)
void onShapeHit (const physx::PxControllerShapeHit &hit) override
void onControllerHit (const physx::PxControllersHit &) override
void onObstacleHit (const physx::PxControllerObstacleHit &) override
 ControllerCallback (QPhysicsWorld *worldIn)
void onShapeHit (const physx::PxControllerShapeHit &hit) override
void onControllerHit (const physx::PxControllersHit &) override
void onObstacleHit (const physx::PxControllerObstacleHit &) override

Detailed Description

Definition at line 24 of file qphysxcharactercontroller.cpp.

Constructor & Destructor Documentation

◆ ControllerCallback() [1/2]

ControllerCallback::ControllerCallback ( QPhysicsWorld * worldIn)
inline

Definition at line 27 of file qphysxcharactercontroller.cpp.

◆ ControllerCallback() [2/2]

ControllerCallback::ControllerCallback ( QPhysicsWorld * worldIn)
inline

Definition at line 27 of file qphysxcharactercontroller.cpp.

Member Function Documentation

◆ onControllerHit() [1/2]

void ControllerCallback::onControllerHit ( const physx::PxControllersHit & )
inlineoverride

Definition at line 46 of file qphysxcharactercontroller.cpp.

◆ onControllerHit() [2/2]

void ControllerCallback::onControllerHit ( const physx::PxControllersHit & )
inlineoverride

Definition at line 46 of file qphysxcharactercontroller.cpp.

◆ onObstacleHit() [1/2]

void ControllerCallback::onObstacleHit ( const physx::PxControllerObstacleHit & )
inlineoverride

Definition at line 47 of file qphysxcharactercontroller.cpp.

◆ onObstacleHit() [2/2]

void ControllerCallback::onObstacleHit ( const physx::PxControllerObstacleHit & )
inlineoverride

Definition at line 47 of file qphysxcharactercontroller.cpp.

◆ onShapeHit() [1/2]

void ControllerCallback::onShapeHit ( const physx::PxControllerShapeHit & hit)
inlineoverride

Definition at line 29 of file qphysxcharactercontroller.cpp.

◆ onShapeHit() [2/2]

void ControllerCallback::onShapeHit ( const physx::PxControllerShapeHit & hit)
inlineoverride

Definition at line 29 of file qphysxcharactercontroller.cpp.


The documentation for this class was generated from the following file: