Table of Contents

Method b3Body_SetSleepThreshold

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

b3Body_SetSleepThreshold(b3BodyId, float)

Set the sleep threshold, usually in meters per second

public static extern void b3Body_SetSleepThreshold(b3BodyId bodyId, float sleepThreshold)

Parameters

bodyId b3BodyId

See the Box3D documentation.

sleepThreshold float

See the Box3D documentation.