bevy/crates/bevy_scene/src
Oliver Pauffley bf1ca81779 remove component and resource suffixes from reflect structs (#5219)
# Objective

Remove suffixes from reflect component and resource methods to closer match bevy norms.

## Solution

removed suffixes and also fixed a spelling error

---
2022-07-06 02:59:51 +00:00
..
bundle.rs add a SceneBundle to spawn a scene (#2424) 2022-06-09 20:34:09 +00:00
dynamic_scene.rs remove component and resource suffixes from reflect structs (#5219) 2022-07-06 02:59:51 +00:00
lib.rs add a SceneBundle to spawn a scene (#2424) 2022-06-09 20:34:09 +00:00
scene_loader.rs Make get_resource (and friends) infallible (#4047) 2022-02-27 22:37:18 +00:00
scene_spawner.rs remove component and resource suffixes from reflect structs (#5219) 2022-07-06 02:59:51 +00:00
scene.rs add a SceneBundle to spawn a scene (#2424) 2022-06-09 20:34:09 +00:00
serde.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00