Struct ComponentSystemGroup.TypeHeapElement | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct ComponentSystemGroup.TypeHeapElement

    Namespace: Unity.Entities
    Syntax
    public struct TypeHeapElement : IComparable<ComponentSystemGroup.TypeHeapElement>

    Constructors

    TypeHeapElement(Int32, Type)

    Declaration
    public TypeHeapElement(int index, Type t)
    Parameters
    Type Name Description
    System.Int32 index
    System.Type t

    Fields

    unsortedIndex

    Declaration
    public int unsortedIndex
    Field Value
    Type Description
    System.Int32

    Methods

    CompareTo(ComponentSystemGroup.TypeHeapElement)

    Declaration
    public int CompareTo(ComponentSystemGroup.TypeHeapElement other)
    Parameters
    Type Name Description
    ComponentSystemGroup.TypeHeapElement other
    Returns
    Type Description
    System.Int32
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX