bool
CanTraverse
(
)
True if the connection between from and to is traversable with respect to the constraints set in this struct.
This is identical to CanTraverse(to), unless an ITraversalProvider is used, which may apply different rules for traversal between two nodes.
NoteIt is assumed that the from node is traversable, since the agent came from there. The rules are not checked against it for performance reasons.
The graphMask is not checked. It is assumed that graph filtering is done before this method is called.