Partager via


GKGraphNode.FindPathFrom(GKGraphNode) Méthode

Définition

Retourne le chemin d’accès le plus court de startNode à ce GKGraphNode.

[Foundation.Export("findPathFromNode:")]
public virtual GameplayKit.GKGraphNode[] FindPathFrom (GameplayKit.GKGraphNode startNode);
abstract member FindPathFrom : GameplayKit.GKGraphNode -> GameplayKit.GKGraphNode[]
override this.FindPathFrom : GameplayKit.GKGraphNode -> GameplayKit.GKGraphNode[]

Paramètres

startNode
GKGraphNode

Retours

Chemin d’accès le plus court, dans l’ordre, de startNode à this. Si aucun chemin d’accès n’existe, retourne un tableau vide.

Attributs

S’applique à