Function OffMeshLinks.ConnectedGraphs
List<NavGraph> ConnectedGraphs (
link | The link to get connected graphs for. |
Get all graphs that this link is connected to.
Return
A list of all graphs that this link is connected to. This does not include the link graph. An empty list will be returned if the link is not connected to any graphs.
Note
For lower GC pressure, the returned list should be pooled after you are done with it. See: Pooling