DrawCubeWires function
Implementation
void DrawCubeWires(
Vector3C position,
double width,
double height,
double length,
ColorC color,
) => _module.DrawCubeWires(position, width, height, length, color);
void DrawCubeWires(
Vector3C position,
double width,
double height,
double length,
ColorC color,
) => _module.DrawCubeWires(position, width, height, length, color);