bevy/crates/bevy_reflect/src
eckz a44278aee6
Making DynamicEnum::is_dynamic() return true (#14732)
# Objective

- Right now `DynamicEnum::is_dynamic()` is returning `false`. I don't
think this was expected, since the rest of `Dynamic*` types return
`true`.

## Solution

- Making `DynamicEnum::is_dynamic()` return true

## Testing

- Added an extra unit test to verify that `.is_dynamic()` returns
`true`.
2024-08-15 14:10:52 +00:00
..
enums Making DynamicEnum::is_dynamic() return true (#14732) 2024-08-15 14:10:52 +00:00
func reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
impls reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
path reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
serde reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
array.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
attributes.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
fields.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
from_reflect.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
lib.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
list.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
map.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
reflect.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
remote.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
set.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
tuple_struct.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
tuple.rs Use #[doc(fake_variadic)] to improve docs readability (#14703) 2024-08-12 18:54:33 +00:00
type_info.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
type_path.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
type_registry.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
utility.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00