DrawLineStrip abstract method
Draw lines sequence (using gl lines)
Implementation
void DrawLineStrip(
List<Vector2StructType> points,
ColorStructType color,
);
Draw lines sequence (using gl lines)
void DrawLineStrip(
List<Vector2StructType> points,
ColorStructType color,
);