![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstaticphysxobjects_p.h>
Static Public Member Functions | |
| static StaticPhysXObjects & | getReference () |
Public Attributes | |
| physx::PxDefaultErrorCallback | defaultErrorCallback |
| physx::PxDefaultAllocator | defaultAllocatorCallback |
| physx::PxFoundation * | foundation = nullptr |
| physx::PxPvd * | pvd = nullptr |
| physx::PxPvdTransport * | transport = nullptr |
| physx::PxPhysics * | physics = nullptr |
| physx::PxDefaultCpuDispatcher * | dispatcher = nullptr |
| physx::PxCooking * | cooking = nullptr |
| QHash< PhysicsMaterialProperties, SharedPhysicsMaterial > | materials |
| unsigned int | foundationRefCount = 0 |
| bool | foundationCreated = false |
| bool | physicsCreated = false |
Definition at line 72 of file qstaticphysxobjects_p.h.
|
static |
Definition at line 14 of file qstaticphysxobjects.cpp.
Referenced by QPhysXActorBody::createActor(), QPhysXDynamicBody::createActor(), QPhysXStaticBody::createActor(), QPhysXWorld::createScene(), QPhysXWorld::createWorld(), QPhysXWorld::deleteWorld(), QAbstractPhysXNode::releaseMaterial(), and QAbstractPhysXNode::updateMaterial().
| physx::PxCooking* StaticPhysXObjects::cooking = nullptr |
Definition at line 81 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::createWorld(), and QPhysXWorld::deleteWorld().
| physx::PxDefaultAllocator StaticPhysXObjects::defaultAllocatorCallback |
Definition at line 75 of file qstaticphysxobjects_p.h.
| physx::PxDefaultErrorCallback StaticPhysXObjects::defaultErrorCallback |
Definition at line 74 of file qstaticphysxobjects_p.h.
| physx::PxDefaultCpuDispatcher* StaticPhysXObjects::dispatcher = nullptr |
Definition at line 80 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::deleteWorld().
| physx::PxFoundation* StaticPhysXObjects::foundation = nullptr |
Definition at line 76 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::createScene(), QPhysXWorld::createWorld(), and QPhysXWorld::deleteWorld().
| bool StaticPhysXObjects::foundationCreated = false |
Definition at line 88 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::createWorld(), and QPhysXWorld::deleteWorld().
| unsigned int StaticPhysXObjects::foundationRefCount = 0 |
Definition at line 87 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::createWorld(), and QPhysXWorld::deleteWorld().
| QHash<PhysicsMaterialProperties, SharedPhysicsMaterial> StaticPhysXObjects::materials |
Definition at line 85 of file qstaticphysxobjects_p.h.
| physx::PxPhysics* StaticPhysXObjects::physics = nullptr |
Definition at line 79 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::createScene(), and QPhysXWorld::deleteWorld().
| bool StaticPhysXObjects::physicsCreated = false |
Definition at line 89 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::createScene(), and QPhysXWorld::deleteWorld().
| physx::PxPvd* StaticPhysXObjects::pvd = nullptr |
Definition at line 77 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::createScene(), and QPhysXWorld::deleteWorld().
| physx::PxPvdTransport* StaticPhysXObjects::transport = nullptr |
Definition at line 78 of file qstaticphysxobjects_p.h.
Referenced by QPhysXWorld::deleteWorld().