Contents

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.

See Also

Displaying a Scene