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

Retrieves the scene which this constraint belongs to.

Owner Scene. NULL if not part of a scene.