b2Body_IsValid

Function b2Body_IsValid 

Source
pub unsafe extern "C" fn b2Body_IsValid(id: b2BodyId) -> bool
Expand description

Body identifier validation. A valid body exists in a world and is non-null. This can be used to detect orphaned ids. Provides validation for up to 64K allocations.