GKGraphNode.RemoveConnections(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.
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