Constructor EntityManagerDiffer
EntityManagerDiffer(EntityManager, AllocatorHandle, EntityQueryDesc)
Constructs a new EntityManagerDiffer object.
Declaration
public EntityManagerDiffer(EntityManager sourceEntityManager, AllocatorManager.AllocatorHandle allocator, EntityQueryDesc entityQueryDesc = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityManager | sourceEntityManager | The EntityManager to associate with this differ. |
| AllocatorManager.AllocatorHandle | allocator | The allocator to use for any internal memory allocations for this object. |
| EntityQueryDesc | entityQueryDesc | If non-null, the differ limits its change-tracking to the entities that this query matches. |