Crate bevy_settings

Source

Re-exports§

pub extern crate serde;

Structs§

PersistSetting
This will persist structs S that was added via the Plugin SettingsPlugin
PersistSettings
This will persist all structs that are added via the Plugin SettingsPlugin
SettingsConfig
SettingsPlugin

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Serialize
A data structure that can be serialized into any data format supported by Serde.
Settingable
this is a blanked trait