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 |
---|---|---|
Entity |
sourceEntityManager | The EntityManager to associate with this differ. |
Allocator |
allocator | The allocator to use for any internal memory allocations for this object. |
Entity |
entityQueryDesc | If non-null, the differ limits its change-tracking to the entities that this query matches. |