Exemplo n.º 1
0
 public Layer(int hash, int width, int height, int divX, int divY)
 {
     spriteChannel = new SpriteChannel();
     Init(hash, width, height, divX, divY);
 }
Exemplo n.º 2
0
 public Layer(int hash, int width, int height, int divX, int divY)
 {
     spriteChannel = new SpriteChannel();
     Init(hash, width, height, divX, divY);
 }