Example #1
0
 public Layer(int hash, int width, int height, int divX, int divY)
 {
     spriteChannel = new SpriteChannel();
     Init(hash, width, height, divX, divY);
 }
		public Layer(int hash, int width, int height, int divX, int divY)
		{
			spriteChannel = new SpriteChannel();
			Init(hash, width, height, divX, divY);
		}