DrawCubeWiresV method
Implementation
void DrawCubeWiresV(
Vector3D position,
Vector3D size,
ColorD color,
) => run(
() => '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,
),
);