docs.unity.cn
    Show / Hide Table of Contents

    Enum TypeManager.TypeCategory

    Namespace: Unity.Entities
    Syntax
    public enum TypeCategory : int

    Fields

    Name Description Value
    BufferData

    Implements IBufferElementData (struct only)

    1
    Class
    ComponentData

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

    0
    ISharedComponentData

    Implement ISharedComponentData (struct only)

    2
    EntityData

    Is an Entity

    3
    UnityEngineObject

    Inherits from UnityEngine.Object (class only)

    4
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, May 28, 2021