Table of Contents

Field createDebugShape

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

createDebugShape

The callback that creates a debug draw shape, invoked the first time a shape is drawn.

public delegate* unmanaged[Cdecl]<b3DebugShape*, void*, void*> createDebugShape

Field Value

delegate* unmanaged[Cdecl]<b3DebugShape*, void*, void*>

Remarks

Signature: void* (b3DebugShape* debugShape, void* userContext).