GKGraphNode.RemoveConnections(GKGraphNode[], Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
删除此 GKGraphNodenodes
到 的连接。 如果 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
- 属性