Constant bevy_ecs::world::ON_ADD

source ยท
pub const ON_ADD: ComponentId;
Expand description

Internal components used by bevy with a fixed component id. Constants are used to skip TypeId lookups in hot paths. ComponentId for OnAdd