Struct ComponentSystemGroup.TypeHeapElement
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
Field Value
| Type |
Description |
| System.Int32 |
|
Methods
CompareTo(ComponentSystemGroup.TypeHeapElement)
Declaration
public int CompareTo(ComponentSystemGroup.TypeHeapElement other)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|