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