active | NavGraph | |
batchNodesToDestroy | NavmeshBase | private |
batchTileUpdate | NavmeshBase | private |
batchUpdatedTiles | NavmeshBase | private |
CalculateTransform() | NavmeshBase | pure virtual |
ClearTile(int x, int z) | NavmeshBase | protected |
ConnectTiles(NavmeshTile tile1, NavmeshTile tile2) | NavmeshBase | protected |
ConnectTileWithNeighbours(NavmeshTile tile, bool onlyUnflagged=false) | NavmeshBase | protected |
CountNodes() | NavGraph | virtual |
CreateNavmeshOutlineVisualization(NavmeshTile tile, GraphGizmoHelper helper) | NavmeshBase | privatestatic |
CreateNavmeshSurfaceVisualization(NavmeshTile tile, GraphGizmoHelper helper) | NavmeshBase | private |
CreateNodeConnections(TriangleMeshNode[] nodes) | NavmeshBase | protectedstatic |
CreateNodes(TriangleMeshNode[] buffer, int[] tris, int tileIndex, uint graphIndex) | NavmeshBase | protected |
DeserializeExtraInfo(GraphSerializationContext ctx) | NavmeshBase | protectedvirtual |
DeserializeSettingsCompatibility(GraphSerializationContext ctx) | NavGraph | protectedvirtual |
DestroyAllNodes() | NavGraph | protectedvirtual |
DestroyNodes(List< MeshNode > nodes) | NavmeshBase | private |
drawGizmos | NavGraph | |
DrawUnwalkableNodes(float size) | NavGraph | protected |
enableNavmeshCutting | NavmeshBase | |
EndBatchTileUpdate() | NavmeshBase | |
exists | NavGraph | package |
FillWithEmptyTiles() | NavmeshBase | protected |
forcedBoundsSize | NavmeshBase | |
GetNearest(Vector3 position, NNConstraint constraint, GraphNode hint) | NavmeshBase | virtual |
Pathfinding::NavGraph.GetNearest(Vector3 position) | NavGraph | |
Pathfinding::NavGraph.GetNearest(Vector3 position, NNConstraint constraint) | NavGraph | |
GetNearestForce(Vector3 position, NNConstraint constraint) | NavmeshBase | virtual |
GetNodes(System.Action< GraphNode > action) | NavmeshBase | virtual |
Pathfinding::NavGraph.GetNodes(System.Func< GraphNode, bool > action) | NavGraph | |
GetTile(int x, int z) | NavmeshBase | |
GetTileBounds(IntRect rect) | NavmeshBase | |
GetTileBounds(int x, int z, int width=1, int depth=1) | NavmeshBase | |
GetTileBoundsInGraphSpace(IntRect rect) | NavmeshBase | |
GetTileBoundsInGraphSpace(int x, int z, int width=1, int depth=1) | NavmeshBase | |
GetTileCoordinates(int tileIndex, out int x, out int z) | NavmeshBase | |
GetTileCoordinates(Vector3 position) | NavmeshBase | |
GetTileIndex(int index) | NavmeshBase | static |
GetTiles() | NavmeshBase | |
GetTouchingTiles(Bounds bounds) | NavmeshBase | |
GetTouchingTilesInGraphSpace(Rect rect) | NavmeshBase | |
GetTouchingTilesRound(Bounds bounds) | NavmeshBase | |
GetVertex(int index) | NavmeshBase | |
GetVertexArrayIndex(int index) | NavmeshBase | |
GetVertexInGraphSpace(int index) | NavmeshBase | |
graphIndex | NavGraph | |
guid | NavGraph | |
infoScreenOpen | NavGraph | |
initialPenalty | NavGraph | |
inverseMatrix | NavGraph | |
Linecast(Vector3 origin, Vector3 end) | NavmeshBase | |
Linecast(Vector3 origin, Vector3 end, GraphNode hint, out GraphHitInfo hit) | NavmeshBase | |
Linecast(Vector3 origin, Vector3 end, GraphNode hint) | NavmeshBase | |
Linecast(Vector3 origin, Vector3 end, GraphNode hint, out GraphHitInfo hit, List< GraphNode > trace) | NavmeshBase | |
Linecast(NavmeshBase graph, Vector3 origin, Vector3 end, GraphNode hint, out GraphHitInfo hit) | NavmeshBase | static |
Linecast(NavmeshBase graph, Vector3 origin, Vector3 end, GraphNode hint, out GraphHitInfo hit, List< GraphNode > trace) | NavmeshBase | static |
LinecastShapeEdgeLookup | NavmeshBase | privatestatic |
matrix | NavGraph | |
MaxTileConnectionEdgeDistance | NavmeshBase | protected |
name | NavGraph | |
NavmeshBase() | NavmeshBase | |
NavmeshBase() | NavmeshBase | privatestatic |
navmeshUpdateData | NavmeshBase | package |
nearestSearchOnlyXZ | NavmeshBase | |
NewEmptyTile(int x, int z) | NavmeshBase | protected |
NNConstraintDistanceXZ | NavmeshBase | privatestatic |
NNConstraintNone | NavmeshBase | privatestatic |
nodeRecyclingHashBuffer | NavmeshBase | private |
OnDestroy() | NavmeshBase | protectedvirtual |
OnDrawGizmos(Pathfinding.Util.RetainedGizmos gizmos, bool drawNodes) | NavmeshBase | |
Pathfinding::NavGraph.OnDrawGizmos(RetainedGizmos gizmos, bool drawNodes) | NavGraph | virtual |
OnRecalculatedTiles | NavmeshBase | |
open | NavGraph | |
PointOnNavmesh(Vector3 position, NNConstraint constraint) | NavmeshBase | |
PostDeserialization(GraphSerializationContext ctx) | NavmeshBase | protectedvirtual |
PrepareNodeRecycling(int x, int z, Int3[] verts, int[] tris, TriangleMeshNode[] recycledNodeBuffer) | NavmeshBase | private |
RecalculateNormals | NavmeshBase | protected |
RelocateNodes(Matrix4x4 deltaMatrix) | NavmeshBase | virtual |
RelocateNodes(GraphTransform newTransform) | NavmeshBase | |
Pathfinding::NavGraph.RelocateNodes(Matrix4x4 oldMatrix, Matrix4x4 newMatrix) | NavGraph | |
RemoveConnectionsFromTile(NavmeshTile tile) | NavmeshBase | protected |
RemoveConnectionsFromTo(NavmeshTile a, NavmeshTile b) | NavmeshBase | protected |
ReplaceTile(int x, int z, Int3[] verts, int[] tris) | NavmeshBase | |
Scan() | NavGraph | |
ScanGraph() | NavGraph | |
ScanInternal() | NavGraph | protectedpure virtual |
SerializeExtraInfo(GraphSerializationContext ctx) | NavmeshBase | protectedvirtual |
SetMatrix(Matrix4x4 m) | NavGraph | |
showMeshOutline | NavmeshBase | |
showMeshSurface | NavmeshBase | |
showNodeConnections | NavmeshBase | |
StartBatchTileUpdate() | NavmeshBase | |
TileIndexMask | NavmeshBase | |
TileIndexOffset | NavmeshBase | |
tiles | NavmeshBase | protected |
TileWorldSizeX | NavmeshBase | |
TileWorldSizeZ | NavmeshBase | |
tileXCount | NavmeshBase | |
tileZCount | NavmeshBase | |
transform | NavmeshBase | |
transform | NavmeshBase | private |
TryConnect(int tileIdx1, int tileIdx2) | NavmeshBase | private |
VertexIndexMask | NavmeshBase | |