b2World_GetBodyEvents

Function b2World_GetBodyEvents 

Source
pub unsafe extern "C" fn b2World_GetBodyEvents(
    worldId: b2WorldId,
) -> b2BodyEvents
Expand description

Get the body events for the current time step. The event data is transient. Do not store a reference to this data.