Esempio n. 1
0
 public TextureSorter(SpriteBuffer batch)
 {
     this.parent = batch;
 }
Esempio n. 2
0
 public RenderOrderSorter(SpriteBuffer batch)
 {
     this.parent = batch;
 }