Click or drag to resize

GraphSearch Method (Vector3, Single)

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public IEnumerable<Node> Search(
	Vector3 loc,
	float maxRange
)

Parameters

loc
Type: Clio.UtilitiesVector3
maxRange
Type: SystemSingle

Return Value

Type: IEnumerableNode
See Also