Struct ComponentSystemSorter.TypeHeapElement | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct ComponentSystemSorter.TypeHeapElement

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

    Constructors

    TypeHeapElement(Int32, Type)

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

    Fields

    unsortedIndex

    Declaration
    public int unsortedIndex
    Field Value
    Type Description
    Int32

    Methods

    CompareTo(ComponentSystemSorter.TypeHeapElement)

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