We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use bevy_reflect::Reflect
1 parent dab3fd4 commit dbea407Copy full SHA for dbea407
crates/bevy_ecs/src/entity/index_set.rs
@@ -21,6 +21,8 @@ use indexmap::set::{self, IndexSet};
21
use super::{Entity, EntityHash, EntitySetIterator};
22
23
use bevy_platform::prelude::Box;
24
+
25
+#[cfg_attr(feature = "bevy_reflect", derive(Reflect))]
26
use bevy_reflect::Reflect;
27
28
/// An [`IndexSet`] pre-configured to use [`EntityHash`] hashing.
0 commit comments