Instance Method インスタンスメソッド

windowStyle(_:)

Sets the style for windows created by this scene. このシーンによって作成されたウインドウに対してスタイルを設定します。

Declaration 宣言

func windowStyle<S>(_ style: S) -> some Scene where S : WindowStyle