PxConstraintConnector_getSerializable_mut

Function PxConstraintConnector_getSerializable_mut 

Source
pub unsafe extern "C" fn PxConstraintConnector_getSerializable_mut(
    self_: *mut PxConstraintConnector,
) -> *mut PxBase
Expand description

Obtain a reference to a PxBase interface if the constraint has one.

If the constraint does not implement the PxBase interface, it should return NULL.