TetrahedronSortKey Struct
Namespace: Stride.Rendering.LightProbes
Assembly: Stride.Rendering.dll
public struct TetrahedronSortKey : IComparable<TetrahedronSortKey>
|
Improve this Doc
View Source
Constructors
TetrahedronSortKey(Int32, Int32)
public TetrahedronSortKey(int index, int sortKey)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
sortKey |
|
|
Improve this Doc
View Source
Fields
Index
Field Value
Type |
Description |
System.Int32 |
|
SortKey
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Methods
CompareTo(TetrahedronSortKey)
public int CompareTo(TetrahedronSortKey other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
ToString()
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
Extension Methods