pub unsafe extern "C" fn b2World_GetContactEvents(
worldId: b2WorldId,
) -> b2ContactEventsExpand description
Get contact events for this current time step. The event data is transient. Do not store a reference to this data.
pub unsafe extern "C" fn b2World_GetContactEvents(
worldId: b2WorldId,
) -> b2ContactEventsGet contact events for this current time step. The event data is transient. Do not store a reference to this data.