Table of Contents

Field DrawTransformFcn

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

DrawTransformFcn

Draws a transform. The application chooses the axis length.

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

Field Value

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

Remarks

Signature: void (b3Transform transform, void* context).