GraphSearch Method (Vector3, Single) |
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public IEnumerable<Node> Search(
Vector3 loc,
float maxRange
)
Parameters
- loc
- Type: Clio.UtilitiesVector3
- maxRange
- Type: SystemSingle
Return Value
Type:
IEnumerableNodeSee Also