Click or drag to resize

I3DDrawerDrawTriangles Method (ListVector3, Color)

Namespace:  ff14bot.Overlay3D
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void DrawTriangles(
	List<Vector3> verts,
	Color color
)

Parameters

verts
Type: System.Collections.GenericListVector3
color
Type: System.DrawingColor
See Also