docs.unity.cn
    Show / Hide Table of Contents

    Enum ComponentTypeFlags

    A flag to determine if a component type is a chunk component or not

    Namespace: Unity.Entities
    Syntax
    [Flags]
    public enum ComponentTypeFlags : byte

    Fields

    Name Description Value
    None

    Not a chunk component type


    0
    ChunkComponent

    A chunk component type


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