Property | Type | Description | |
---|---|---|---|
allowDiagonal | bool |
Method | Description | |
---|---|---|
AStarNode2D ( AStarCost, aStarCost, float cost, int x, int y, AStarNode, goalNode = null, AStarNode, parent = null ) : System.Collections | ||
ToString ( ) : string | ||
calculateGoalEstimate ( ) : float | ||
getSuccessors ( ) : List |
||
isSameState ( AStarNode, node ) : bool | ||
printNodeInfo ( ) : void |
Method | Description | |
---|---|---|
addSuccessor ( List |
public AStarNode2D ( AStarCost, aStarCost, float cost, int x, int y, AStarNode, goalNode = null, AStarNode, parent = null ) : System.Collections | ||
aStarCost | AStarCost, | |
cost | float | |
x | int | |
y | int | |
goalNode | AStarNode, | |
parent | AStarNode, | |
return | System.Collections |
public isSameState ( AStarNode, node ) : bool | ||
node | AStarNode, | |
return | bool |