Table of Contents

Field destroyDebugShape

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

destroyDebugShape

The callback that destroys a debug draw shape when the shape is modified or destroyed.

public delegate* unmanaged[Cdecl]<void*, void*, void> destroyDebugShape

Field Value

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

Remarks

Signature: void (void* userShape, void* userContext).