docs.unity.cn
    Show / Hide Table of Contents

    Constructor EntityManagerDiffer

    EntityManagerDiffer(EntityManager, AllocatorManager.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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023