Manage structural changes
Managing structural changes is important to make sure that creating, destroying, and changing entities doesn't affect the performance of your application. You can defer structural changes, or play back a set of changes multiple times with an entity command buffer.
Topic | Description |
---|---|
Manage structural changes | Compare the different ways that you manage structural changes. |
Defer data changes | Defer data changes with entity command buffers. |
Manage structural changes with EntityManager | Understand how to use EntityManager to schedule data changes on the main thread. |