Exemplo n.º 1
0
 public void SetupTileBox(ZAtlas inAtlas)
 {
     Zobject.TileBoxInfo info = new Zobject.TileBoxInfo();
     info.tileBoxAtlas  = inAtlas;
     info.tileBoxWidth  = 4;
     info.tileBoxHeight = 3;
     backdrop.SetupTileBox(info);
     backdrop.SetShowScale(1.0f);
 }