Click or drag to resize

PathVisualization3DAddPath Method (Vector3, ListVector3)

Namespace:  ff14bot.Overlay3D
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void AddPath(
	Vector3 current,
	List<Vector3> locations
)

Parameters

current
Type: Clio.UtilitiesVector3
locations
Type: System.Collections.GenericListVector3
See Also