Present a scene to display content on the screen.
var scene: SKScene?
The scene currently presented by this view.
func presentScene (SKScene?)
Presents a scene.
func presentScene (SKScene, transition: SKTransition)
Transitions from the current scene to a new scene.
class SKTransition
An object used to perform an animated transition to a new scene.