DrawCubeWiresV function

void DrawCubeWiresV(
  1. Vector3D position,
  2. Vector3D size,
  3. ColorD color
)

Implementation

void DrawCubeWiresV(
  Vector3D position,
  Vector3D size,
  ColorD color,
) => _module.DrawCubeWiresV(position, size, color);