Contents

presentScene(_:)

Presents a scene.

Declaration

func presentScene(_ scene: SKScene?)

Parameters

  • scene:

    The scene to present.

Mentioned in

Discussion

The new scene immediately replaces the current scene, if one exists.

See Also

Displaying a Scene