Class EntityPatcher
Utility class to apply a EntityChangeSet to an EntityManager
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[BurstCompile]
public static class EntityPatcher
Methods
| Name | Description |
|---|---|
| ApplyChangeSet(EntityManager, EntityChangeSet) | Applies the given change set to the given entity manager. |