DrawBoundingBox method

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

Implementation

void DrawBoundingBox(BoundingBoxC box, ColorC color) {
  return _DrawBoundingBox(box, color);
}