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
pub const ON_ADD: ComponentId;
Internal components used by bevy with a fixed component id.
Constants are used to skip TypeId
lookups in hot paths.
ComponentId
for OnAdd