Initializer

init(content:)

Creates a group of scenes.

Declaration 宣言

init(content: () -> Content)
Available when Content conforms to Scene.

Parameters パラメータ

content

A SceneBuilder that produces the scenes to group.

See Also 参照

Creating a Group グループを作成する