GKGraphNode.RemoveConnections(GKGraphNode[], Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
から 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
- 属性