Method | Description | |
---|---|---|
StartFindPath ( Node, _startNode, Node, _targetNode ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CreatePath ( Node, startNode, Node, targetNode ) : void | ||
GetDistance ( Node, nodeA, Node, nodeB ) : int | ||
ReverseParents ( Node, startNode, Node, targetNode ) : Stack |
public StartFindPath ( Node, _startNode, Node, _targetNode ) : void | ||
_startNode | Node, | |
_targetNode | Node, | |
return | void |