GKPath.FromGraphNodes Método

Definición

Sobrecargas

FromGraphNodes(GKGraphNode2D[], Single)

Método factory para crear un GKPath objeto con los especificados graphNodes y radius.

FromGraphNodes(GKGraphNode[], Single)

FromGraphNodes(GKGraphNode2D[], Single)

Método factory para crear un GKPath objeto con los especificados graphNodes y radius.

public static GameplayKit.GKPath FromGraphNodes (GameplayKit.GKGraphNode2D[] graphNodes, float radius);
static member FromGraphNodes : GameplayKit.GKGraphNode2D[] * single -> GameplayKit.GKPath

Parámetros

graphNodes
GKGraphNode2D[]
radius
Single

Devoluciones

Se aplica a

FromGraphNodes(GKGraphNode[], Single)

[Foundation.Export("pathWithGraphNodes:radius:")]
public static GameplayKit.GKPath FromGraphNodes (GameplayKit.GKGraphNode[] nodes, float radius);
static member FromGraphNodes : GameplayKit.GKGraphNode[] * single -> GameplayKit.GKPath

Parámetros

nodes
GKGraphNode[]
radius
Single

Devoluciones

Atributos

Se aplica a