DrawBoundingBox function

void DrawBoundingBox(
  1. BoundingBoxD box,
  2. ColorD color
)

Implementation

void DrawBoundingBox(
  BoundingBoxD box,
  ColorD color,
) => _module.DrawBoundingBox(box, color);