pub unsafe extern "C" fn PxScene_getConstraints(
self_: *const PxScene,
userBuffer: *mut *mut PxConstraint,
bufferSize: u32,
startIndex: u32,
) -> u32Expand description
Retrieve all the constraint shaders in the scene.
Number of constraint shaders written to the buffer.