Click or drag to resize

AStarNavigatorGeneratePath Method

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Vector3[] GeneratePath(
	Vector3 from,
	Vector3 to
)

Parameters

from
Type: Clio.UtilitiesVector3
to
Type: Clio.UtilitiesVector3

Return Value

Type: Vector3
See Also