DrawCubeWires function
Implementation
void DrawCubeWires(
Vector3D position,
num width,
num height,
num length,
ColorD color,
) => _module.DrawCubeWires(position, width, height, length, color);
void DrawCubeWires(
Vector3D position,
num width,
num height,
num length,
ColorD color,
) => _module.DrawCubeWires(position, width, height, length, color);