pub type OnAdd = Add;👎Deprecated since 0.17.0: Renamed to
Add.Expand description
Deprecated in favor of Add.
Aliased Type§
pub struct OnAdd {
pub entity: Entity,
}Fields§
§entity: EntityThe entity this component was added to.