Struct SortSpritesEntry
Namespace: Unity.Tiny.Rendering
Syntax
public struct SortSpritesEntry : IBufferElementData, IComparable<SortSpritesEntry>
Fields
e
Declaration
public Entity e
Field Value
| Type | Description | 
|---|---|
| Entity | 
key
Declaration
public ulong key
Field Value
| Type | Description | 
|---|---|
| UInt64 | 
Methods
CompareTo(SortSpritesEntry)
Declaration
public int CompareTo(SortSpritesEntry other)
Parameters
| Type | Name | Description | 
|---|---|---|
| SortSpritesEntry | other | 
Returns
| Type | Description | 
|---|---|
| Int32 |