Crate bevy_simple_prefs

Source
Expand description

Bevy Simple Prefs

A small Bevy plugin for persisting multiple Resources to a single file.

Structs§

  • A component that holds the task responsible for updating individual preference Resources 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§

Derive Macros§

  • Derive macro for bevy_simple_prefs.