You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ECS::makeEntity calls addComponentInternal within a loop to add components. If one of the components is not of a valid type, the newly created entity is deleted and the function returns NULL_ENTITY_HANDLE. However any components created before the invalid component was encountered are not removed.
The text was updated successfully, but these errors were encountered:
ECS::makeEntity
callsaddComponentInternal
within a loop to add components. If one of the components is not of a valid type, the newly created entity is deleted and the function returnsNULL_ENTITY_HANDLE
. However any components created before the invalid component was encountered are not removed.The text was updated successfully, but these errors were encountered: