DrawTriangleFan abstract method
Draw a triangle fan defined by points (first vertex is the center)
Implementation
void DrawTriangleFan(
List<Vector2StructType> points,
ColorStructType color,
);
Draw a triangle fan defined by points (first vertex is the center)
void DrawTriangleFan(
List<Vector2StructType> points,
ColorStructType color,
);