SortKey Struct
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Sort key used
public struct SortKey : IComparable<SortKey>
| Name | Description | |
|---|---|---|
| Fields | ||
| Index | ||
| StableIndex | ||
| Value | ||
| Methods | ||
| CompareTo(SortKey) | ||
Fields
Index
public int Index
Field Value
| Type | Description |
|---|---|
| System.Int32 |
StableIndex
public int StableIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Value
public ulong Value
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
Methods
CompareTo(SortKey)
public int CompareTo(SortKey other)
Parameters
| Type | Name | Description |
|---|---|---|
| SortKey | other |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()