tagging entites, (has registry.assign(___) changed?) #1039
-
hi, But I had a peek to the definition and assign has now as a first and second arguments iterators The way I am assigning tag is with emplace. Is this correct? thx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
emplace
works for a single entity, whileinsert
is meant for multiple entities.assign
was used to fill an existing registry with a range of entities but it's not required anymore since when the entity storage is a thing.