Link Search Menu Expand Document

Scene

A part of the application’s user interface.

public protocol Scene 

Requirements

Body

The type of scene representing the body of this scene.

associatedtype Body: Scene

body

The content and behaviour of the scene.

@SceneBuilder
  var body: Self.Body