Table of Contents

Field DrawShapeFcn

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

DrawShapeFcn

Draws a shape previously created through the create-debug-shape callback.

public delegate* unmanaged[Cdecl]<void*, b3Transform, b3HexColor, void*, void> DrawShapeFcn

Field Value

delegate* unmanaged[Cdecl]<void*, b3Transform, b3HexColor, void*, void>

Remarks

Signature: void (void* userShape, b3Transform transform, b3HexColor color, void* context). Only called for shapes that passed the cull test against Box3D.Native.b3DebugDraw.drawingBounds.