Function LinkNode.GetPortal

GetPortal (GraphNode other, out Vector3 left, out Vector3 right)

Add a portal from this node to the specified node.

Public
GetPortal (GraphNode other, List<Vector3> left, List<Vector3> right, bool backwards)

Add a portal from this node to the specified node.

Public