docs.unity.cn
    Show / Hide Table of Contents

    Enum EntityManager.GetAllEntitiesOptions

    Options include internal entity types such as Unity.Entities.Chunk.metaChunkEntity or system entities.

    Namespace: Unity.Entities
    Syntax
    [Flags]
    public enum GetAllEntitiesOptions

    Fields

    Name Description Value
    Default

    Returns the same entities as UniversalQuery


    0
    IncludeMeta

    Includes any Unity.Entities.Chunk.metaChunkEntity in the query


    1
    IncludeSystems

    Includes any System associated Entities in the query


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