-
Notifications
You must be signed in to change notification settings - Fork 115
Lifecycles
Daan van Yperen edited this page May 30, 2019
·
3 revisions
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).
- Overview
- Concepts
- Getting Started
- Using
- More guides
- Plugins
- Game Gallery
- Tools and Frameworks
- API reference