Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
StaticPhysXObjects Struct Reference
+ Collaboration diagram for StaticPhysXObjects:

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
 
unsigned int foundationRefCount = 0
 
bool foundationCreated = false
 
bool physicsCreated = false
 

Detailed Description

Definition at line 396 of file qphysicsworld.cpp.

Member Data Documentation

◆ cooking

physx::PxCooking* StaticPhysXObjects::cooking = nullptr

Definition at line 405 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().

◆ defaultAllocatorCallback

physx::PxDefaultAllocator StaticPhysXObjects::defaultAllocatorCallback

Definition at line 399 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createWorld().

◆ defaultErrorCallback

physx::PxDefaultErrorCallback StaticPhysXObjects::defaultErrorCallback

Definition at line 398 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createWorld().

◆ dispatcher

physx::PxDefaultCpuDispatcher* StaticPhysXObjects::dispatcher = nullptr

Definition at line 404 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createScene(), and PhysXWorld::deleteWorld().

◆ foundation

physx::PxFoundation* StaticPhysXObjects::foundation = nullptr

◆ foundationCreated

bool StaticPhysXObjects::foundationCreated = false

Definition at line 408 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().

◆ foundationRefCount

unsigned int StaticPhysXObjects::foundationRefCount = 0

Definition at line 407 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().

◆ physics

◆ physicsCreated

bool StaticPhysXObjects::physicsCreated = false

Definition at line 409 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createScene(), and PhysXWorld::deleteWorld().

◆ pvd

physx::PxPvd* StaticPhysXObjects::pvd = nullptr

◆ transport

physx::PxPvdTransport* StaticPhysXObjects::transport = nullptr

Definition at line 402 of file qphysicsworld.cpp.

Referenced by PhysXWorld::createWorld(), and PhysXWorld::deleteWorld().


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