Returns if the path can traverse a link between from and to and if to can be traversed itself.
GraphNode
from
to
This by default equals to if the to is walkable and if the to's tag is included in enabledTags.
traversalProvider
Returns if the node can be traversed.
node
This by default equals to if the node is walkable and if the node's tag is included in enabledTags.