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: Entity
The entity this component was inserted into.