Click or drag to resize

I3DDrawerDrawLine Method

Namespace:  ff14bot.Overlay3D
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void DrawLine(
	Vector3 start,
	Vector3 end,
	Color color
)

Parameters

start
Type: Clio.UtilitiesVector3
end
Type: Clio.UtilitiesVector3
color
Type: System.DrawingColor
See Also