Method | Description | |
---|---|---|
StartFindPath ( Vector2 startPos, Vector2 targetPos ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
FindPath ( Vector2 startPos, Vector2 targetPos ) : IEnumerator | ||
GetDistance ( Node, nodeA, Node, nodeB ) : int | ||
RetracePath ( Node, startNode, Node, endNode ) : Vector2[] | ||
SimplifyPath ( List |
public StartFindPath ( Vector2 startPos, Vector2 targetPos ) : void | ||
startPos | Vector2 | |
targetPos | Vector2 | |
return | void |