Skip to content
Daan van Yperen edited this page May 30, 2019 · 3 revisions

Entity deletion lifecycle

When you delete an entity, it will still exist for the engine while the world processes. However, between each system entity subscriptions are updated and this effectively hides the entity from all systems.

Accessing entities that have been deleted and are still active is discouraged as subscription listeners might alter an entities composition upon deletion (release components etc).

Clone this wiki locally