Method b3World_EnableWarmStarting
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_EnableWarmStarting(b3WorldId, NativeBool)
Enable/disable constraint warm starting. Advanced feature for testing. Disabling warm starting greatly reduces stability and provides no performance gain.
public static extern void b3World_EnableWarmStarting(b3WorldId worldId, NativeBool flag)Parameters
worldIdb3WorldId-
See the Box3D documentation.
flagNativeBool-
See the Box3D documentation.