func defaultAppStorage (UserDefaults ) -> some Scene
The default store used by
AppStorage
contained within the scene and its view content.
シーンとそれのビュー内容内に含まれるAppStorage
によって使われる省略時記憶装置(デフォルトストア)。
func onChange <V>(of: V, perform: (V) -> Void) -> some Scene
Adds an action to perform when the given value changes.
与えられた値が変化する時に実行するアクションを加えます。