GKGraphNode.RemoveConnections(GKGraphNode[], Boolean) Method

Definition

Removes connections from this GKGraphNode to nodes. If bidirectional is false, only the outward connections from this are removed.

[Foundation.Export("removeConnectionsToNodes:bidirectional:")]
public virtual void RemoveConnections (GameplayKit.GKGraphNode[] nodes, bool bidirectional);
abstract member RemoveConnections : GameplayKit.GKGraphNode[] * bool -> unit
override this.RemoveConnections : GameplayKit.GKGraphNode[] * bool -> unit

Parameters

nodes
GKGraphNode[]
bidirectional
Boolean
Attributes

Applies to