DrawTriangleLines abstract method
void
DrawTriangleLines(
- Vector2StructType v1,
- Vector2StructType v2,
- Vector2StructType v3,
- ColorStructType color,
Draw triangle outline (vertex in counter-clockwise order!)
Implementation
void DrawTriangleLines(
Vector2StructType v1,
Vector2StructType v2,
Vector2StructType v3,
ColorStructType color,
);