Class FloodPathConstraint Extends NNConstraint
Restrict suitable nodes by if they have been searched by a FloodPath.
Suitable nodes are in addition to the basic contraints, only the nodes which return true on a FloodPath.HasPathTo (node) call.
A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Public Methods
Inherited Public Members
Area ID to constrain to.
Constrain distance to node.
Sets if tags should be constrained.
Constrain the search to only walkable or unwalkable nodes depending on walkable.
if available, do an XZ check instead of checking on all axes.
Graphs treated as valid to search on.
Returns a constraint which does not filter the results.
Returns whether or not the graph conforms to this NNConstraint's rules.
Nodes which have any of these tags set are suitable.