_gridGraphs | LevelGridNode | privatestatic |
AddConnection(GraphNode node, uint cost) | GridNodeBase | virtual |
Area | GraphNode | |
ClearConnections(bool alsoReverse) | LevelGridNode | virtual |
ClearCustomConnections(bool alsoReverse) | GridNodeBase | |
ConnectionMask | LevelGridNode | |
connections | GridNodeBase | |
ConnectionStride | LevelGridNode | private |
ContainsConnection(GraphNode node) | GridNodeBase | virtual |
DeserializeNode(GraphSerializationContext ctx) | LevelGridNode | virtual |
DeserializeReferences(GraphSerializationContext ctx) | GridNodeBase | virtual |
Destroy() | GraphNode | package |
Destroyed | GraphNode | |
Flags | GraphNode | |
flags | GraphNode | protected |
FloodFill(Stack< GraphNode > stack, uint region) | LevelGridNode | virtual |
Pathfinding::GridNodeBase.FloodFill(System.Collections.Generic.Stack< GraphNode > stack, uint region) | GridNodeBase | |
GetConnection(int i) | LevelGridNode | |
GetConnections(System.Action< GraphNode > action) | LevelGridNode | virtual |
GetConnectionValue(int dir) | LevelGridNode | |
GetGizmoHashCode() | LevelGridNode | virtual |
GetGridGraph(uint graphIndex) | LevelGridNode | static |
GetNeighbourAlongDirection(int direction) | LevelGridNode | virtual |
GetPortal(GraphNode other, List< Vector3 > left, List< Vector3 > right, bool backwards) | LevelGridNode | virtual |
GraphIndex | GraphNode | |
GraphNode(AstarPath astar) | GraphNode | protected |
gridConnections | LevelGridNode | |
gridFlags | GridNodeBase | protected |
gridGraphs | LevelGridNode | protectedstatic |
GridNodeBase(AstarPath astar) | GridNodeBase | protected |
HasAnyGridConnections() | LevelGridNode | |
HasConnectionsToAllEightNeighbours | LevelGridNode | |
LayerCoordinateInGrid | LevelGridNode | |
LevelGridNode(AstarPath astar) | LevelGridNode | |
MaxAreaIndex | GraphNode | |
MaxGraphIndex | GraphNode | |
MaxLayerCount | LevelGridNode | |
NoConnection | LevelGridNode | |
NodeIndex | GraphNode | |
NodeInGridIndex | GridNodeBase | |
nodeInGridIndex | GridNodeBase | protected |
NodeInGridIndexLayerOffset | GridNodeBase | protected |
NodeInGridIndexMask | GridNodeBase | protected |
Open(Path path, PathNode pathNode, PathHandler handler) | LevelGridNode | virtual |
Penalty | GraphNode | |
position | GraphNode | |
RandomPointOnSurface() | GridNodeBase | virtual |
RecalculateConnectionCosts() | GraphNode | virtual |
RemoveConnection(GraphNode node) | GridNodeBase | virtual |
ResetAllGridConnections() | LevelGridNode | |
SerializeNode(GraphSerializationContext ctx) | LevelGridNode | virtual |
SerializeReferences(GraphSerializationContext ctx) | GridNodeBase | virtual |
SetConnectionValue(int dir, int value) | LevelGridNode | |
SetGridGraph(int graphIndex, LayerGridGraph graph) | LevelGridNode | static |
SetPosition(Int3 position) | LevelGridNode | |
SurfaceArea() | GridNodeBase | virtual |
Tag | GraphNode | |
TmpWalkable | GridNodeBase | |
UpdateRecursiveG(Path path, PathNode pathNode, PathHandler handler) | LevelGridNode | virtual |
Walkable | GraphNode | |
WalkableErosion | GridNodeBase | |
XCoordinateInGrid | GridNodeBase | |
ZCoordinateInGrid | GridNodeBase | |