Function clone_components

Source
pub fn clone_components<B>(target: Entity) -> impl EntityCommand
where B: Bundle,
Expand description

An EntityCommand that clones the specified components of an entity and inserts them into another entity.