Game Development Reference
In-Depth Information
Path query
Path queries are performed based on the shortest distance from the start point to the end
point. The sandbox doesn't distinguish any area of the navmesh from being more costly to
traverse over , so pathfinding only considers the Euclidean distance when performing a
search:
path = Sandbox.FindPath(sandbox, "default", startPoint,
endPoint);
Search WWH ::




Custom Search