DrawCubeV method
Implementation
@override
void DrawCubeV(
Vector3D position,
Vector3D size,
ColorD color,
) => run(
() => RaylibDebugLabels.DrawCubeV(position, size, color),
() => rl.Core.DrawCubeV(
rl.Temp.Vector3$.Ref1(position).ref,
rl.Temp.Vector3$.Ref2(size).ref,
rl.Temp.Color$.Ref1(color).ref,
),
);