Skip to main content

b3Body_IsValid

Function b3Body_IsValid 

Source
pub unsafe extern "C" fn b3Body_IsValid(id: b3BodyId) -> 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.