bevy/crates/bevy_reflect/bevy_reflect_derive/src
MrGVSV 1fa54c200f Updated visibility of reflected trait (#4034)
# Objective

The `#[reflect_trait]` macro did not maintain the visibility of its trait. It also did not make its accessor methods public, which made them inaccessible outside the current module.

## Solution

Made the `Reflect***` struct match the visibility of its trait and made both the `get` and `get_mut` methods always public.
2022-02-25 07:05:51 +00:00
..
from_reflect.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
lib.rs remove external_type_uuid macro (#4018) 2022-02-22 23:21:39 +00:00
reflect_trait.rs Updated visibility of reflected trait (#4034) 2022-02-25 07:05:51 +00:00
type_uuid.rs remove external_type_uuid macro (#4018) 2022-02-22 23:21:39 +00:00