pub fn insert(bundle: impl Bundle, mode: InsertMode) -> impl EntityCommand
Expand description
An EntityCommand
that adds the components in a Bundle
to an entity.
pub fn insert(bundle: impl Bundle, mode: InsertMode) -> impl EntityCommand
An EntityCommand
that adds the components in a Bundle
to an entity.