DrawCubeWires function

void DrawCubeWires(
  1. Vector3D position,
  2. num width,
  3. num height,
  4. num length,
  5. ColorD color,
)

Implementation

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