DrawBoundingBox method
Implementation
@override
void DrawBoundingBox(
BoundingBoxD box,
ColorD color,
) => run(
() => RaylibDebugLabels.DrawBoundingBox(box, color),
() => rl.Core.DrawBoundingBox(
rl.Temp.BoundingBox$.Ref1(box).ref,
rl.Temp.Color$.Ref1(color).ref,
),
);