docs.unity.cn
    Show / Hide Table of Contents

    Constructor EntityQueryBuilder

    EntityQueryBuilder(AllocatorManager.AllocatorHandle)

    Create an entity query description builder.

    Declaration
    public EntityQueryBuilder(AllocatorManager.AllocatorHandle allocator)
    Parameters
    Type Name Description
    AllocatorManager.AllocatorHandle allocator

    The allocator used to allocate the builder's arrays. Typically Allocator.Temp.

    Remarks

    It is safe to use Allocator.Temp for all EntityQueryBuilders. Since they are a ref struct, their lifetime is limited to the current frame.

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