Table of Contents

Property DrawShapes

Namespace
Box3D
Assembly
Box3D.NET.dll

DrawShapes

Gets a value indicating whether to draw the shapes themselves.

public bool DrawShapes { get; init; }

Property Value

bool

Remarks

This one needs more than a flag. Box3D does not emit shape geometry as primitives: it hands back an opaque drawable the application built earlier, which means the world must have been constructed with an Box3D.IDebugShapeFactory. Without one this draws nothing, since there is no drawable to hand back.