Namespace Jobs Classes JobAllocateNodes Allocates and deallocates nodes in a grid graph. JobCalculateGridConnections Calculates the grid connections for all nodes. JobCheckCollisions Checks if nodes are obstructed by obstacles or not. JobCopyBuffers Copies 3D arrays with grid data from one shape to another. JobDirtyNodes Adds nodes to the hierarchical graph dirty list. JobErosion Calculates erosion. JobFilterDiagonalConnections Filters out diagonal connections that are not allowed in layered grid graphs. JobMergeRaycastCollisionHits Calculates if either of the two input hits actually hit something. JobNodeGridLayout Calculates the default node positions for a grid graph. JobNodeWalkability Calculates for each grid node if it should be walkable or not. JobPrepareGridRaycast Prepares a set of raycast commands for a grid graph. JobPrepareRaycasts Prepares a set of raycast commands for a grid graph. JobReadNodeData Reads node data from managed GridNodeBase objects into unmanaged arrays. JobWriteNodeData Writes node data from unmanaged arrays into managed GridNodeBase objects.