DrawBoundingBox method
Implementation
void DrawBoundingBox(
BoundingBoxD box,
ColorD color,
) => run(
() => 'DrawBoundingBox($box, $color)',
() => rl.Core.DrawBoundingBox(
_refBoundingBox1(box).ref,
_refColor1(color).ref,
),
);
void DrawBoundingBox(
BoundingBoxD box,
ColorD color,
) => run(
() => 'DrawBoundingBox($box, $color)',
() => rl.Core.DrawBoundingBox(
_refBoundingBox1(box).ref,
_refColor1(color).ref,
),
);