Свойство | Type | Description | |
---|---|---|---|
connectionCosts | uint[] | ||
connections | Pathfinding.GraphNode[] |
Свойство | Type | Description | |
---|---|---|---|
gridFlags | ushort | ||
nodeInGridIndex | int |
Méthode | Description | |
---|---|---|
AddConnection ( |
||
FloodFill ( Stack |
||
GetConnections ( GraphNodeDelegate del ) : void | ||
GetPortal ( |
||
GridNode ( AstarPath astar ) : System | ||
RemoveConnection ( |
Méthode | Description | |
---|---|---|
GetIndex ( ) : int |
public AddConnection ( |
||
node | ||
cost | uint | |
Résultat | void |
public FloodFill ( Stack |
||
stack | Stack |
|
region | uint | |
Résultat | void |
public GetConnections ( GraphNodeDelegate del ) : void | ||
del | GraphNodeDelegate | |
Résultat | void |
public GetPortal ( |
||
other | ||
left | List |
|
right | List |
|
backwards | bool | |
Résultat | bool |
public GridNode ( AstarPath astar ) : System | ||
astar | AstarPath | |
Résultat | System |
public RemoveConnection ( |
||
node | ||
Résultat | void |
public GraphNode[],Pathfinding connections | ||
Résultat | Pathfinding.GraphNode[] |