pub unsafe extern "C" fn b3GetBodyUniqueId(
physClient: b3PhysicsClientHandle,
serialIndex: c_int,
) -> c_intExpand description
return the body unique id, given the index in range [0 , b3GetNumBodies() )
pub unsafe extern "C" fn b3GetBodyUniqueId(
physClient: b3PhysicsClientHandle,
serialIndex: c_int,
) -> c_intreturn the body unique id, given the index in range [0 , b3GetNumBodies() )