BatchBase<TDrawInfo>.TextureIdComparer Class
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
                 System.Object →  
                BatchBase<TDrawInfo>.TextureIdComparer
              
              
                 Derived from BatchBase<TDrawInfo>.TextureIdComparer: 
              
              
              
protected class TextureIdComparer : IComparer<int>
              | Name | Description | |
|---|---|---|
| Fields | ||
| SpriteTextures | ||
| Methods | ||
| Compare(Int32, Int32) | ||
Fields
SpriteTextures
public Texture[] SpriteTextures
              Field Value
| Type | Description | 
|---|---|
| Texture[] | 
Methods
Compare(Int32, Int32)
public int Compare(int left, int right)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | left | |
| System.Int32 | right | 
Returns
| Type | Description | 
|---|---|
| System.Int32 |