Crate bevy_scene

source ·
Expand description

Provides scene definition, instantiation and serialization/deserialization.

Scenes are collections of entities and their associated components that can be instantiated or removed from a world to allow composition. Scenes can be serialized/deserialized, for example to save part of the world state to a file.

Modules

  • serde serialization and deserialization implementation for Bevy scenes.

Structs

Enums

Functions