Contents

Body

The type of scene that represents the body of this scene.

Declaration

associatedtype Body : Scene

Discussion

When you create a custom scene, Swift infers this type from your implementation of the required body property.

See Also

Creating a scene