Table of Contents

Method b3World_GetBodyEvents

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3World_GetBodyEvents(b3WorldId)

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

public static extern b3BodyEvents b3World_GetBodyEvents(b3WorldId worldId)

Parameters

worldId b3WorldId

See the Box3D documentation.

Returns

b3BodyEvents

See the Box3D documentation.