public void Play(ProdTranscendenceCutIn.AnimationList iList, Action callback)
 {
     this.Init();
     this._actCallback = callback;
     base.get_transform().set_localPosition(Vector3.get_zero());
     this._iList = iList;
     this.setGlowEffects();
     base.get_transform().set_localScale(Vector3.get_one());
     this._animAnimation.Play(iList.ToString());
 }
 public void Play(ProdTranscendenceCutIn.AnimationList iList)
 {
     _anim.Play($"{iList.ToString()}Slots");
 }
 public void Play(ProdTranscendenceCutIn.AnimationList iList)
 {
     this._anim.Play(string.Format("{0}Slots", iList.ToString()));
 }