Method b3World_EnableSleeping
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_EnableSleeping(b3WorldId, NativeBool)
Enable/disable sleep. If your application does not need sleeping, you can gain some performance by disabling sleep completely at the world level.
public static extern void b3World_EnableSleeping(b3WorldId worldId, NativeBool flag)Parameters
worldIdb3WorldId-
See the Box3D documentation.
flagNativeBool-
See the Box3D documentation.
Remarks
See b3WorldDef @see b3WorldDef