GKGraphNode.AddConnections(GKGraphNode[], Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connects this GKGraphNode to each GKGraphNode in nodes
. If bidirectional
is true
, the connection is non-directed.
[Foundation.Export("addConnectionsToNodes:bidirectional:")]
public virtual void AddConnections (GameplayKit.GKGraphNode[] nodes, bool bidirectional);
abstract member AddConnections : GameplayKit.GKGraphNode[] * bool -> unit
override this.AddConnections : GameplayKit.GKGraphNode[] * bool -> unit
Parameters
- nodes
- GKGraphNode[]
- bidirectional
- Boolean
- Attributes