pub unsafe extern "C" fn b3GetUserConstraintId(
physClient: b3PhysicsClientHandle,
serialIndex: c_int,
) -> c_intExpand description
return the user constraint id, given the index in range [0 , b3GetNumUserConstraints() )
pub unsafe extern "C" fn b3GetUserConstraintId(
physClient: b3PhysicsClientHandle,
serialIndex: c_int,
) -> c_intreturn the user constraint id, given the index in range [0 , b3GetNumUserConstraints() )