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