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