PxGetPhysics

Defined in include/PxPhysics.h

physx::PxPhysics &PxGetPhysics()

Retrieves the Physics SDK after it has been created.

Before using this function the user must call PxCreatePhysics() or PxCreateBasePhysics().

Note

The behavior of this method is undefined if the Physics SDK instance has not been created already.