![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qphysxactorbody_p.h>
Public Attributes | |
| physx::PxRigidActor * | actor = nullptr |
| Public Attributes inherited from QAbstractPhysXNode | |
| QVector< physx::PxShape * > | shapes |
| physx::PxMaterial * | material = nullptr |
| QAbstractPhysicsNode * | frontendNode = nullptr |
| bool | isRemoved = false |
Additional Inherited Members | |
| Static Public Attributes inherited from QAbstractPhysXNode | |
| static physx::PxMaterial * | sDefaultMaterial = nullptr |
Definition at line 28 of file qphysxactorbody_p.h.
| QPhysXActorBody::QPhysXActorBody | ( | QAbstractPhysicsNode * | frontEnd | ) |
Definition at line 51 of file qphysxactorbody.cpp.
References QAbstractPhysXNode::QAbstractPhysXNode().
| void QPhysXActorBody::buildShapes | ( | QPhysXWorld * | physX | ) |
Definition at line 147 of file qphysxactorbody.cpp.
References actor, and QAbstractPhysXNode::setFiltersDirty().
Referenced by rebuildDirtyShapes(), and QPhysXDynamicBody::rebuildDirtyShapes().
|
overridevirtual |
Reimplemented from QAbstractPhysXNode.
Definition at line 53 of file qphysxactorbody.cpp.
References actor, QAbstractPhysXNode::cleanup(), and QPhysXWorld::scene.
|
virtual |
Reimplemented in QPhysXStaticBody.
Definition at line 129 of file qphysxactorbody.cpp.
References actor, and StaticPhysXObjects::getReference().
Referenced by init().
|
overridevirtual |
Reimplemented from QAbstractPhysXNode.
Definition at line 137 of file qphysxactorbody.cpp.
|
overridevirtual |
Reimplemented from QAbstractPhysXNode.
Definition at line 142 of file qphysxactorbody.cpp.
References actor.
|
overridevirtual |
Implements QAbstractPhysXNode.
Definition at line 62 of file qphysxactorbody.cpp.
References actor, createActor(), QAbstractPhysXNode::createMaterial(), QPhysXWorld::scene, and QAbstractPhysXNode::setShapesDirty().
|
overridevirtual |
Reimplemented from QAbstractPhysXNode.
Definition at line 91 of file qphysxactorbody.cpp.
References QAbstractPhysXNode::setShapesDirty(), and QAbstractPhysXNode::shapesDirty().
|
overridevirtual |
Reimplemented from QAbstractPhysXNode.
Reimplemented in QPhysXDynamicBody.
Definition at line 121 of file qphysxactorbody.cpp.
References buildShapes(), QAbstractPhysXNode::setShapesDirty(), and QAbstractPhysXNode::shapesDirty().
|
overridevirtual |
Implements QAbstractPhysXNode.
Reimplemented in QPhysXDynamicBody, QPhysXStaticBody, and QPhysXTriggerBody.
Definition at line 74 of file qphysxactorbody.cpp.
|
overridevirtual |
Reimplemented from QAbstractPhysXNode.
Definition at line 189 of file qphysxactorbody.cpp.
References QAbstractPhysXNode::filtersDirty(), and QAbstractPhysXNode::setFiltersDirty().
| physx::PxRigidActor* QPhysXActorBody::actor = nullptr |
Definition at line 44 of file qphysxactorbody_p.h.
Referenced by buildShapes(), cleanup(), createActor(), getGlobalPose(), and init().