次の方法で共有


GKGraphNode.RemoveConnections(GKGraphNode[], Boolean) メソッド

定義

から GKGraphNode への接続を nodes削除します。 が のfalse場合bidirectional、 の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
属性

適用対象