Expand description
Bevy Simple Prefs
A small Bevy plugin for persisting multiple Resource
s to a single file.
Structs§
- A component that holds the task responsible for updating individual preference
Resource
s after they have been loaded. - The Bevy plugin responsible for persisting
T
. - Settings for
PrefsPlugin
. - Current status of the
PrefsPlugin
.
Traits§
- A trait to be implemented by
bevy_simple_prefs_derive
.
Functions§
- Deserializes preferences
- Loads preferences from persisted data.
- Persists preferences.
- Serialize preferences
Derive Macros§
- Derive macro for
bevy_simple_prefs
.