DrawBoundingBox method

void DrawBoundingBox(
  1. BoundingBoxC box,
  2. ColorC color
)

Draw bounding box (wires)

Implementation

void DrawBoundingBox(BoundingBoxC box, ColorC color)
  => _DrawBoundingBox(box, color);