Edit

Share via


GKObstacleGraph.IsConnectionLocked(GKGraphNode2D, GKGraphNode2D) Method

Definition

Whether the connected between the nodes is protected from being broken by the addition of an intermediary GKObstacle.

[Foundation.Export("isConnectionLockedFromNode:toNode:")]
public virtual bool IsConnectionLocked (GameplayKit.GKGraphNode2D startNode, GameplayKit.GKGraphNode2D endNode);
abstract member IsConnectionLocked : GameplayKit.GKGraphNode2D * GameplayKit.GKGraphNode2D -> bool
override this.IsConnectionLocked : GameplayKit.GKGraphNode2D * GameplayKit.GKGraphNode2D -> bool

Parameters

startNode
GKGraphNode2D
endNode
GKGraphNode2D

Returns

Attributes

Applies to