DrawBoundingBox function

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

Implementation

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