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 |