Click or drag to resize

I3DDrawerDrawTriangleFan Method

Namespace:  ff14bot.Overlay3D
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void DrawTriangleFan(
	Vector3[] poly,
	int index,
	int count,
	Color color
)

Parameters

poly
Type: Clio.UtilitiesVector3
index
Type: SystemInt32
count
Type: SystemInt32
color
Type: System.DrawingColor
See Also