|
| | QuadtreeNode (AstarPath astar) |
| |
| override void | AddConnection (GraphNode node, uint cost) |
| |
| override void | ClearConnections (bool alsoReverse) |
| | Remove all connections from this node.
|
| |
| override void | GetConnections (GraphNodeDelegate del) |
| | Calls the delegate with all connections from this node.
|
| |
| override void | Open (Path path, PathNode pathNode, PathHandler handler) |
| | Open the node.
|
| |
| override void | RemoveConnection (GraphNode node) |
| |
| void | SetPosition (Int3 value) |
| |
| | GraphNode (AstarPath astar) |
| | Constructor for a graph node.
|
| |
| virtual bool | ContainsConnection (GraphNode node) |
| | Checks if this node has a connection to the specified node.
|
| |
| virtual void | DeserializeNode (GraphSerializationContext ctx) |
| |
| virtual void | DeserializeReferences (GraphSerializationContext ctx) |
| | Used to deserialize references to other nodes e.g connections.
|
| |
| void | Destroy () |
| | Destroys the node.
|
| |
| virtual void | FloodFill (Stack< GraphNode > stack, uint region) |
| |
| virtual bool | GetPortal (GraphNode other, List< Vector3 > left, List< Vector3 > right, bool backwards) |
| | Add a portal from this node to the specified node.
|
| |
| virtual void | RecalculateConnectionCosts () |
| | Recalculates all connection costs from this node.
|
| |
| virtual void | SerializeNode (GraphSerializationContext ctx) |
| |
| virtual void | SerializeReferences (GraphSerializationContext ctx) |
| | Used to serialize references to other nodes e.g connections.
|
| |
| void | UpdateG (Path path, PathNode pathNode) |
| |
| virtual void | UpdateRecursiveG (Path path, PathNode pathNode, PathHandler handler) |
| |