DrawLineV abstract method

void DrawLineV(
  1. Vector2StructType startPos,
  2. Vector2StructType endPos,
  3. ColorStructType color
)

Implementation

void DrawLineV(
  Vector2StructType startPos,
  Vector2StructType endPos,
  ColorStructType color,
);