DrawCubeWires method
Implementation
void DrawCubeWires(
Vector3C position,
double width,
double height,
double length,
ColorC color,
) {
return _DrawCubeWires(position, width, height, length, color);
}
void DrawCubeWires(
Vector3C position,
double width,
double height,
double length,
ColorC color,
) {
return _DrawCubeWires(position, width, height, length, color);
}