pub unsafe extern "C" fn PxPhysics_createScene_mut(
    self_: *mut PxPhysics,
    sceneDesc: *const PxSceneDesc
) -> *mut PxScene
Expand description

Creates a scene.

Every scene uses a Thread Local Storage slot. This imposes a platform specific limit on the number of scenes that can be created.

The new scene object.