bevy/crates/bevy_ecs/src
Alice Cecile bdbf626341 Implement init_resource for Commands and World (#3079)
# Objective

- Fixes #3078
- Fixes #1397

## Solution

- Implement Commands::init_resource.
- Also implement for World, for consistency and to simplify internal structure.
- While we're here, clean up some of the docs for Command and World resource modification.
2022-02-08 23:04:19 +00:00
..
entity allow Entity to be deserialized with serde_json (#3873) 2022-02-06 04:16:16 +00:00
query Deprecate .system (#3302) 2022-02-08 04:00:58 +00:00
schedule Implement init_resource for Commands and World (#3079) 2022-02-08 23:04:19 +00:00
storage Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
system Implement init_resource for Commands and World (#3079) 2022-02-08 23:04:19 +00:00
world Implement init_resource for Commands and World (#3079) 2022-02-08 23:04:19 +00:00
archetype.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
bundle.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
change_detection.rs add missing into_inner to ReflectMut (#3841) 2022-02-04 03:37:45 +00:00
component.rs Remove ComponentsError (#3716) 2022-01-21 00:12:32 +00:00
event.rs Simplify sending empty events (#2935) 2022-02-04 01:24:47 +00:00
lib.rs Implement init_resource for Commands and World (#3079) 2022-02-08 23:04:19 +00:00
reflect.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00