DrawTriangleStrip abstract method
Draw a triangle strip defined by points
Implementation
void DrawTriangleStrip(
List<Vector2StructType> points,
ColorStructType color,
);
Draw a triangle strip defined by points
void DrawTriangleStrip(
List<Vector2StructType> points,
ColorStructType color,
);