共用方式為


GKGraphNode.RemoveConnections(GKGraphNode[], Boolean) 方法

定義

從這個 GKGraphNode 移除與 nodes 的連接。 如果 bidirectionalfalse ,則只會移除來自 this 的向外連線。

[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

參數

nodes
GKGraphNode[]
bidirectional
Boolean
屬性

適用於