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.
The list of pathfinding graph objects managed by the scene.
var graphs: [String : GKGraph] { get }When you define pathfinding graphs in the Xcode SpriteKit scene editor, Xcode automatically adds them to this array.