OnReplace

Type Alias OnReplace 

Source
pub type OnReplace = Replace;
👎Deprecated since 0.17.0: Renamed to Replace.
Expand description

Deprecated in favor of Replace.

Aliased Type§

pub struct OnReplace {
    pub entity: Entity,
}

Fields§

§entity: Entity

The entity that held this component before it was replaced.