Method b3World_Draw
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_Draw(b3WorldId, b3DebugDraw*, ulong)
Call this to draw shapes and other debug draw data
public static extern void b3World_Draw(b3WorldId worldId, b3DebugDraw* draw, ulong maskBits)Parameters
worldIdb3WorldId-
See the Box3D documentation.
drawb3DebugDraw*-
See the Box3D documentation.
maskBitsulong-
See the Box3D documentation.