pub fn clone_components<B: Bundle>(target: Entity) -> impl EntityCommandExpand description
An EntityCommand that clones the specified components of an entity
and inserts them into another entity.
pub fn clone_components<B: Bundle>(target: Entity) -> impl EntityCommandAn EntityCommand that clones the specified components of an entity
and inserts them into another entity.