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.
emplaceworks for a single entity, whileinsertis meant for multiple entities.assignwas 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.