예제 #1
0
 private int CompareReverseDepth(SpriteBatchItem a, SpriteBatchItem b)
 {
     return b.Depth.CompareTo(a.Depth);
 }
예제 #2
0
 private int CompareDepth(SpriteBatchItem a, SpriteBatchItem b)
 {
     return a.Depth.CompareTo(b.Depth);
 }