DrawCubeV method
Draw cube (Vector version)
Implementation
void DrawCubeV(
Vector3D position,
Vector3D size,
ColorD color,
) => run(
() => _debugLabels.DrawCubeV(position, size, color),
() => _flat.DrawCubeV(
position,
size,
color,
),
);