DrawCubeWiresV method

void DrawCubeWiresV(
  1. Vector3C position,
  2. Vector3C size,
  3. ColorC color
)

Draw cube wires (Vector version)

Implementation

void DrawCubeWiresV(Vector3C position, Vector3C size, ColorC color)
  => _DrawCubeWiresV(position, size, color);