DrawCubeV method
Implementation
void DrawCubeV(
Vector3D position,
Vector3D size,
ColorD color,
) => run(
() => 'DrawCubeV($position, $size, $color)',
() => rl.Core.DrawCubeV(
_refVector31(position).ref,
_refVector32(size).ref,
_refColor1(color).ref,
),
);