Method CreateShape
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
CreateShape(in DebugShape)
Builds the drawable for a shape.
nint CreateShape(in DebugShape shape)Parameters
shapeDebugShape-
What to build a drawable for.
Returns
- nint
-
A handle identifying the drawable, opaque to Box3D and meaningful only to the application. Returning System.IntPtr.Zero means "no drawable", and the shape is skipped.