Enum EntityQueryOptions | Entities | 0.16.0-preview.21
docs.unity.cn
    Show / Hide Table of Contents

    Enum EntityQueryOptions

    The bit flags to use for the Options field.

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

    Fields

    Name Description Value
    Default

    No options specified.

    0
    IncludePrefab

    The query does not exclude the special Prefab component.

    1
    IncludeDisabled

    The query does not exclude the special Disabled component.

    2
    FilterWriteGroup

    The query filters selected entities based on the WriteGroupAttribute settings of the components specified in the query description.

    4
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 30 October 2020