pub unsafe extern "C" fn PxJoint_getScene(
    self_: *const PxJoint
) -> *mut PxScene
Expand description

Retrieves the scene which this joint belongs to.

Owner Scene. NULL if not part of a scene.