GKObstacleGraph.IsConnectionLocked(GKGraphNode2D, GKGraphNode2D) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si le connecté entre les nœuds est protégé contre la rupture par l’ajout d’un intermédiaire 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
Paramètres
- startNode
- GKGraphNode2D
- endNode
- GKGraphNode2D
Retours
- Attributs