Table of Contents

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

worldId b3WorldId

See the Box3D documentation.

draw b3DebugDraw*

See the Box3D documentation.

maskBits ulong

See the Box3D documentation.