pub type OnRemove = Remove;
👎Deprecated since 0.17.0: Renamed to
Remove
.Expand description
Deprecated in favor of Remove
.
Aliased Type§
pub struct OnRemove {
pub entity: Entity,
}
Fields§
§entity: Entity
The entity this component was removed from.