Method | Description | |
---|---|---|
ANode ( Vector2 txPos, |
||
IsDiagonalNeighbor ( |
Returns a boolean value specifying if the current node is a diagonal neighbour to the node specified in the parameter.
|
|
SetParent ( |
Sets the specified node as the current nodes Parent. The method will automatically recalculate the total Length of the current node as well as update the childe reference for the parent being set.
|
|
ToString ( ) : string |
public ANode ( Vector2 txPos, |
||
txPos | Vector2 | |
parent | ||
return | System |
public IsDiagonalNeighbor ( |
||
node | ||
return | bool |