Function ITraversalProvider.CanTraverse

CanTraverse (refTraversalConstraint traversalConstraint, GraphNode from, GraphNode to)

True if the path can traverse a connection between from and to, and if to can be traversed itself.

Public
CanTraverse (refTraversalConstraint traversalConstraint, GraphNode node)

True if node should be able to be traversed by the path.

Public
CanTraverse (Path path, GraphNode from, GraphNode to)

Can the agent traverse the connection between two nodes.

Public
CanTraverse (Pathfinding.Path path, GraphNode node)

Can the agent traverse the given node.

Public