GKGraphNode.FindPathFrom(GKGraphNode) Metodo

Definizione

Restituisce il percorso più breve da startNode a .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[]

Parametri

startNode
GKGraphNode

Restituisce

Percorso più breve, in ordine, da startNode a this. Se non esiste alcun percorso, restituisce una matrice vuota.

Attributi

Si applica a