Method b3Body_GetSleepThreshold
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetSleepThreshold(b3BodyId)
Get the sleep threshold, usually in meters per second.
public static extern float b3Body_GetSleepThreshold(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- float
-
See the Box3D documentation.