Example #1
0
        public void SkipAnimation()
        {
            AppCoroutine.Stop(this.animationTextImage, false);
            GashaAnimationCommon.PlayParticle(this.circleParticleRoot);
            this.subCamera.fieldOfView             = 30f;
            this.subCamera.transform.localPosition = new Vector3(2f, 1f, 0f);
            if (MonsterGrowStepData.IsUltimateScope(this.growStep))
            {
                this.mainCamera.backgroundColor = this.bgColorRareHigh;
                this.subCamera.backgroundColor  = this.bgColorRareHigh;
            }
            CharacterParams component = this.gashaMonster.GetComponent <CharacterParams>();

            if (!this.gashaMonster.activeSelf)
            {
                this.gashaMonster.SetActive(true);
                component.PlayAnimation(CharacterAnimationType.idle, SkillType.Attack, 0, null, null);
                CutsceneCommon.SetBillBoardCamera(this.gashaMonster, this.subCamera);
            }
            this.cameraSwitcher.SetLookAtObject(component.characterFaceCenterTarget);
            if (!SoundMng.Instance().IsPlayingSE_Ex(this.seHandle1) && !SoundMng.Instance().IsPlayingSE_Ex(this.seHandle2))
            {
                this.sound.PlaySE("SEInternal/Cutscene/se_214");
            }
        }
 public void SkipAnimation()
 {
     GashaAnimationCommon.PlayParticle(this.shockWaveparticle);
     GashaAnimationCommon.PlayParticle(this.circleParticleAppear);
     GashaAnimationCommon.StopParticle(this.rareSignParticleSpark);
     GashaAnimationCommon.StopParticle(this.auraParticleBlue);
     GashaAnimationCommon.StopParticle(this.auraParticleYellow);
     GashaAnimationCommon.StopParticle(this.auraParticleRed);
     this.sound.StopAllSE();
     this.rareSignAnimation.SetTrigger("stop");
     this.subCameraAnimation.SetTrigger("stop");
 }
Example #3
0
 public void SkipAnimation()
 {
     GashaAnimationCommon.StopParticle(this.rareSignParticleRect);
 }