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
StaticPhysXObjects Struct Reference

#include <qstaticphysxobjects_p.h>

Collaboration diagram for StaticPhysXObjects:

Static Public Member Functions

static StaticPhysXObjectsgetReference ()

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 33 of file qstaticphysxobjects_p.h.

Member Function Documentation

◆ getReference()

StaticPhysXObjects & StaticPhysXObjects::getReference ( )
static

Definition at line 13 of file qstaticphysxobjects.cpp.

Referenced by QPhysXActorBody::createActor(), QPhysXStaticBody::createActor(), QAbstractPhysXNode::createMaterialFromQtMaterial(), QPhysXWorld::createScene(), QPhysXWorld::createWorld(), and QPhysXWorld::deleteWorld().

Here is the caller graph for this function:

Member Data Documentation

◆ cooking

physx::PxCooking* StaticPhysXObjects::cooking = nullptr

Definition at line 42 of file qstaticphysxobjects_p.h.

Referenced by QPhysXWorld::deleteWorld().

◆ defaultAllocatorCallback

physx::PxDefaultAllocator StaticPhysXObjects::defaultAllocatorCallback

Definition at line 36 of file qstaticphysxobjects_p.h.

◆ defaultErrorCallback

physx::PxDefaultErrorCallback StaticPhysXObjects::defaultErrorCallback

Definition at line 35 of file qstaticphysxobjects_p.h.

◆ dispatcher

physx::PxDefaultCpuDispatcher* StaticPhysXObjects::dispatcher = nullptr

Definition at line 41 of file qstaticphysxobjects_p.h.

Referenced by QPhysXWorld::deleteWorld().

◆ foundation

physx::PxFoundation* StaticPhysXObjects::foundation = nullptr

Definition at line 37 of file qstaticphysxobjects_p.h.

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

◆ foundationCreated

bool StaticPhysXObjects::foundationCreated = false

Definition at line 45 of file qstaticphysxobjects_p.h.

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

◆ foundationRefCount

unsigned int StaticPhysXObjects::foundationRefCount = 0

Definition at line 44 of file qstaticphysxobjects_p.h.

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

◆ physics

physx::PxPhysics* StaticPhysXObjects::physics = nullptr

◆ physicsCreated

bool StaticPhysXObjects::physicsCreated = false

Definition at line 46 of file qstaticphysxobjects_p.h.

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

◆ pvd

physx::PxPvd* StaticPhysXObjects::pvd = nullptr

Definition at line 38 of file qstaticphysxobjects_p.h.

Referenced by QPhysXWorld::deleteWorld().

◆ transport

physx::PxPvdTransport* StaticPhysXObjects::transport = nullptr

Definition at line 39 of file qstaticphysxobjects_p.h.

Referenced by QPhysXWorld::deleteWorld().


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