DrawLineV function

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

Implementation

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