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

定义

删除此 GKGraphNodenodes到 的连接。 如果 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
属性

适用于