pub unsafe extern "C" fn b2World_GetBodyEvents(
worldId: b2WorldId,
) -> b2BodyEventsExpand description
Get the body events for the current time step. The event data is transient. Do not store a reference to this data.
pub unsafe extern "C" fn b2World_GetBodyEvents(
worldId: b2WorldId,
) -> b2BodyEventsGet the body events for the current time step. The event data is transient. Do not store a reference to this data.