DrawLineV method

void DrawLineV(
  1. Vector2C startPos,
  2. Vector2C endPos,
  3. ColorC color
)

Draw a line (using gl lines)

Implementation

void DrawLineV(Vector2C startPos, Vector2C endPos, ColorC color)
  => _DrawLineV(startPos, endPos, color);