GKGraph.FromNodes(GKGraphNode[]) Method

Definition

Factory method to create a GKGraph with the specified nodes.

[Foundation.Export("graphWithNodes:")]
public static GameplayKit.GKGraph FromNodes (GameplayKit.GKGraphNode[] nodes);
static member FromNodes : GameplayKit.GKGraphNode[] -> GameplayKit.GKGraph

Parameters

nodes
GKGraphNode[]

Returns

Attributes

Applies to