DrawCubeWires method
void
DrawCubeWires()
override
Draw cube wires
Implementation
@override
void DrawCubeWires(
Vector3D position,
double width,
double height,
double length,
ColorD color,
) => _ffi.DrawCubeWires(
$.Vector3$.Ref1(position).asNativePointer<Vector3C>().ref,
width,
height,
length,
$.Color$.Ref1(color).asNativePointer<ColorC>().ref,
);