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*> createDebugShapeField Value
- delegate* unmanaged[Cdecl]<b3DebugShape*, void*, void*>
Remarks
Signature: void* (b3DebugShape* debugShape, void* userContext).