pub unsafe extern "C" fn PxScene_release_mut(self_: *mut PxScene)
Expand description

Deletes the scene.

Removes any actors and constraint shaders from this scene (if the user hasn’t already done so).

Be sure to not keep a reference to this object after calling release. Avoid release calls while the scene is simulating (in between simulate() and fetchResults() calls).