DrawTriangle abstract method
void
DrawTriangle(
- Vector2StructType v1,
- Vector2StructType v2,
- Vector2StructType v3,
- ColorStructType color,
Implementation
void DrawTriangle(
Vector2StructType v1,
Vector2StructType v2,
Vector2StructType v3,
ColorStructType color,
);