Contents

graphs

The list of pathfinding graph objects managed by the scene.

Declaration

var graphs: [String : GKGraph] { get }

Discussion

When you define pathfinding graphs in the Xcode SpriteKit scene editor, Xcode automatically adds them to this array.

See Also

Managing Pathfinding Graphs