Click or drag to resize

GraphFindClosest Method

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Node FindClosest(
	Vector3 loc,
	Predicate<Node> predicate = null
)

Parameters

loc
Type: Clio.UtilitiesVector3
predicate (Optional)
Type: SystemPredicateNode

Return Value

Type: Node
See Also