Method b3Body_IsSleepEnabled
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_IsSleepEnabled(b3BodyId)
Returns true if sleeping is enabled for this body
public static extern NativeBool b3Body_IsSleepEnabled(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- NativeBool
-
See the Box3D documentation.