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

    Enum TypeManager.TypeCategory

    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 (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 30 October 2020