Table of Contents

Method b3World_SetContactRecycleDistance

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

b3World_SetContactRecycleDistance(b3WorldId, float)

Set the contact point recycling distance. Setting this to zero disables contact point recycling. Usually in meters.

public static extern void b3World_SetContactRecycleDistance(b3WorldId worldId, float recycleDistance)

Parameters

worldId b3WorldId

See the Box3D documentation.

recycleDistance float

See the Box3D documentation.