Table of Contents

Method b3World_GetContactEvents

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

b3World_GetContactEvents(b3WorldId)

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

public static extern b3ContactEvents b3World_GetContactEvents(b3WorldId worldId)

Parameters

worldId b3WorldId

See the Box3D documentation.

Returns

b3ContactEvents

See the Box3D documentation.