Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Node FindClosest(
Vector3 loc,
Predicate<Node> predicate = null
)
Parameters
- loc
- Type: Clio.UtilitiesVector3
- predicate (Optional)
- Type: SystemPredicateNode
Return Value
Type:
NodeSee Also