Edit

Share via


GKObstacleGraph.UnlockConnection(GKGraphNode2D, GKGraphNode2D) Method

Definition

Removes the protection of the connection between the nodes.

[Foundation.Export("unlockConnectionFromNode:toNode:")]
public virtual void UnlockConnection (GameplayKit.GKGraphNode2D startNode, GameplayKit.GKGraphNode2D endNode);
abstract member UnlockConnection : GameplayKit.GKGraphNode2D * GameplayKit.GKGraphNode2D -> unit
override this.UnlockConnection : GameplayKit.GKGraphNode2D * GameplayKit.GKGraphNode2D -> unit

Parameters

startNode
GKGraphNode2D
endNode
GKGraphNode2D
Attributes

Applies to