GKGraphNode.RemoveConnections(GKGraphNode[], Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從這個 GKGraphNode 移除與 nodes
的連接。 如果 bidirectional
為 false
,則只會移除來自 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
- 屬性