Calculates the cost of moving from one point to another.
The start position on the edge of the previous and current node. [(x, y, z)]
The end position on the edge of the current and next node. [(x, y, z)]
The navigation mesh
The reference id of the previous node. [opt]
The reference id of the current node.
The reference id of the next node. [opt]
The cost of moving from the start to the end position.
Checks if a NavMesh node passes the filter.
The node reference.
The navmesh
Whether the node reference passes the filter.
A query filter used in navigation queries.
This allows for customization of what nodes are considered traversable, and the cost of traversing between nodes.
If you are getting started, you can use the built-in
See