scene
The scene currently presented by this view.
Declaration
var scene: SKScene? { get }Mentioned in
Discussion
The default value is nil.
You call presentScene(_:) to assign a value to this property.
The scene currently presented by this view.
var scene: SKScene? { get }The default value is nil.
You call presentScene(_:) to assign a value to this property.