Definition at line 239 of file qphysicsworld.cpp.
◆ SimulationEventCallback()
SimulationEventCallback::SimulationEventCallback |
( |
QPhysicsWorld * |
worldIn | ) |
|
|
inline |
◆ ~SimulationEventCallback()
virtual SimulationEventCallback::~SimulationEventCallback |
( |
| ) |
|
|
virtualdefault |
◆ onAdvance()
void SimulationEventCallback::onAdvance |
( |
const physx::PxRigidBody *const * |
, |
|
|
const physx::PxTransform * |
, |
|
|
const physx::PxU32 |
|
|
) |
| |
|
inlineoverride |
◆ onConstraintBreak()
void SimulationEventCallback::onConstraintBreak |
( |
physx::PxConstraintInfo * |
, |
|
|
physx::PxU32 |
|
|
) |
| |
|
inlineoverride |
◆ onContact()
void SimulationEventCallback::onContact |
( |
const physx::PxContactPairHeader & |
pairHeader, |
|
|
const physx::PxContactPair * |
pairs, |
|
|
physx::PxU32 |
nbPairs |
|
) |
| |
|
inlineoverride |
Definition at line 292 of file qphysicsworld.cpp.
References i, QPhysicsWorld::isNodeRemoved(), j, other(), position(), positions, QList< T >::push_back(), QAbstractPhysicsNode::receiveContactReports, QAbstractPhysicsNode::registerContact(), QList< T >::reserve(), QAbstractPhysicsNode::sendContactReports, QList< T >::size(), and QPhysicsUtils::toQtType().
◆ onSleep()
void SimulationEventCallback::onSleep |
( |
physx::PxActor ** |
, |
|
|
physx::PxU32 |
|
|
) |
| |
|
inlineoverride |
◆ onTrigger()
void SimulationEventCallback::onTrigger |
( |
physx::PxTriggerPair * |
pairs, |
|
|
physx::PxU32 |
count |
|
) |
| |
|
inlineoverride |
◆ onWake()
void SimulationEventCallback::onWake |
( |
physx::PxActor ** |
, |
|
|
physx::PxU32 |
|
|
) |
| |
|
inlineoverride |
The documentation for this class was generated from the following file: