DrawCubeWires function

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

See RaylibCoreFlatModule.DrawCubeWires.

Implementation

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