bevy/crates/bevy_ecs/src
Zicklag f9c56b321d Enable Constructing ReflectComponent/Resource (#6257)
# Objective

- Fixes #6206

## Solution

- Create a constructor for creating `ReflectComponent` and `ReflectResource`

---

## Changelog

> This section is optional. If this was a trivial fix, or has no externally-visible impact, you can delete this section.

### Added

- Created constructors for `ReflectComponent` and `ReflectResource`, allowing for advanced scripting use-cases.
2022-10-17 14:01:50 +00:00
..
entity Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
query Add a method for accessing the width of a Table (#6249) 2022-10-17 13:47:02 +00:00
schedule Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
storage Add a method for accessing the width of a Table (#6249) 2022-10-17 13:47:02 +00:00
system Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
world Add iter_entities to World #6228 (#6242) 2022-10-17 13:47:00 +00:00
archetype.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
bundle.rs Implement Bundle for Component. Use Bundle tuples for insertion (#2975) 2022-09-20 20:17:08 +00:00
change_detection.rs Add a method for mapping Mut<T> -> Mut<U> (#6199) 2022-10-10 17:06:31 +00:00
component.rs Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
event.rs Optimize use statement (#5992) 2022-09-15 17:05:09 +00:00
lib.rs Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00