Esempio n. 1
0
 // Token: 0x06000357 RID: 855 RVA: 0x000124CC File Offset: 0x000108CC
 public void GetSnapList()
 {
     this.snapList_tex    = SuperGameMaster.GetPictureList(this.AlbumFlag, TextureFormat.RGB24);
     this.snapList_sprite = new List <Sprite>();
     for (int i = 0; i < this.snapList_tex.Count; i++)
     {
         this.snapList_sprite.Add(Sprite.Create(this.snapList_tex[i], new Rect(0f, 0f, (float)this.snapList_tex[i].width, (float)this.snapList_tex[i].height), Vector2.zero));
     }
     this.snapList_dateTime = SuperGameMaster.GetPictureList_DateTime(true);
 }