docs.unity.cn
    Show / Hide Table of Contents

    Enum TypeManager.TypeCategory

    Specifies categories of types the TypeManager manages.

    Namespace: Unity.Entities
    Syntax
    public enum TypeCategory

    Fields

    Name Description Value
    ComponentData

    Implements IComponentData (can be either a struct or a class)


    0
    BufferData

    Implements IBufferElementData (struct only)


    1
    ISharedComponentData

    Implement ISharedComponentData (can be either a struct or a class)


    2
    EntityData

    Is an Entity


    3
    UnityEngineObject

    Inherits from UnityEngine.Object (class only)


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