Exemplo n.º 1
0
 private int CompareReverseDepth(SpriteBatchItem a, SpriteBatchItem b)
 {
     return b.Depth.CompareTo(a.Depth);
 }
Exemplo n.º 2
0
 private int CompareDepth(SpriteBatchItem a, SpriteBatchItem b)
 {
     return a.Depth.CompareTo(b.Depth);
 }