Struct SortedEntity
Syntax
public struct SortedEntity : IBufferElementData
Fields
combinedKey
Declaration
Field Value
| Type |
Description |
| System.UInt64 |
|
e
Declaration
Field Value
idx
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
Methods
CombineKey(Single)
Declaration
public void CombineKey(float sortValue)
Parameters
| Type |
Name |
Description |
| System.Single |
sortValue |
|
CombineKey(Single, Int16, Int16)
Declaration
public void CombineKey(float sortValue, short sortLayer, short sortOrder)
Parameters
| Type |
Name |
Description |
| System.Single |
sortValue |
|
| System.Int16 |
sortLayer |
|
| System.Int16 |
sortOrder |
|