DrawCubeWires method

void DrawCubeWires(
  1. Vector3C position,
  2. double width,
  3. double height,
  4. double length,
  5. ColorC color,
)

Draw cube wires

Implementation

void DrawCubeWires(Vector3C position, double width, double height, double length, ColorC color)
  => _DrawCubeWires(position, width, height, length, color);