BatchBase<TDrawInfo>.QueueComparer<TInfo> Class
Namespace: Stride.Graphics
Assembly: Stride.Graphics.dll
System.Object →
BatchBase<TDrawInfo>.QueueComparer<TInfo>
Derived from BatchBase<TDrawInfo>.QueueComparer<TInfo>:
protected abstract class QueueComparer<TInfo> : IComparer<int>
Type Parameters
|
Improve this Doc
View Source
Fields
ImageInfos
public TInfo[] ImageInfos
Field Value
|
Improve this Doc
View Source
Methods
Compare(Int32, Int32)
public abstract int Compare(int x, int y)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
Returns
Type |
Description |
System.Int32 |
|
Extension Methods