Body
The type of scene that represents the body of this scene.
Declaration
associatedtype Body : SceneDiscussion
When you create a custom scene, Swift infers this type from your implementation of the required body property.
The type of scene that represents the body of this scene.
associatedtype Body : SceneWhen you create a custom scene, Swift infers this type from your implementation of the required body property.