Beispiel #1
0
 private void OnDestroy()
 {
     UserInterfacePortManager.ReleaseUtils.Release(ref mParticleSystem_SuccessStars);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_BGM);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_SE_020);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_SE_022);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_SE_017);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_SE_002);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_SE_023);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_SE_021);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_303);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_304);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_305);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_308);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_309);
     UserInterfacePortManager.ReleaseUtils.Release(ref mAudioClip_313);
     mRevampManager         = null;
     mRevampContext         = null;
     mCameraTouchEventCatch = null;
     mCameraProduction      = null;
     mUIRevampSlotItemScrollListParentNew = null;
     mRevampRecipeScrollParentNew         = null;
     mPrefab_RevampSetting          = null;
     mPrefab_RevampIcon             = null;
     mRevampMaterialsInfo           = null;
     mRevampInfoBalloon             = null;
     mRevampAkashi                  = null;
     mModalCamera                   = null;
     mTexture_AssistantShip         = null;
     mTransform_AssistantShipParent = null;
     mFocusKeyController            = null;
 }
 private void OnDestroy()
 {
     mMissionManager            = null;
     mFocusKeyController        = null;
     ConfirmPopUp               = null;
     mUIMissionScrollListParent = null;
     mPrefab_UIMissionWithTankerDescriptionPopUp = null;
     mPrefab_UIMissionWithTankerConfirmPopUp     = null;
     mPrefab_UIMissionStateChangedCutIn          = null;
     mModalCamera     = null;
     mUIMissionHeader = null;
 }
Beispiel #3
0
 private void OnDestroy()
 {
     if (DOTween.IsTweening(mLabel_DutyCount))
     {
         DOTween.Kill(mLabel_DutyCount);
     }
     if (DOTween.IsTweening(mTexture_LeftArrow))
     {
         DOTween.Kill(mTexture_LeftArrow);
     }
     if (DOTween.IsTweening(mTexture_RightArrow))
     {
         DOTween.Kill(mTexture_RightArrow);
     }
     if (DOTween.IsTweening(mTexture_LeftArrowShadow))
     {
         DOTween.Kill(mTexture_LeftArrowShadow);
     }
     if (DOTween.IsTweening(mTexture_RightArrowShadow))
     {
         DOTween.Kill(mTexture_RightArrowShadow);
     }
     UserInterfacePortManager.ReleaseUtils.Releases(ref mTextures_Preload);
     UserInterfacePortManager.ReleaseUtils.Release(ref mLabel_DutyCount);
     UserInterfacePortManager.ReleaseUtils.Release(ref mTexture_LeftArrow);
     UserInterfacePortManager.ReleaseUtils.Release(ref mTexture_RightArrow);
     UserInterfacePortManager.ReleaseUtils.Release(ref mTexture_LeftArrowShadow);
     UserInterfacePortManager.ReleaseUtils.Release(ref mTexture_RightArrowShadow);
     mTransform_AllClearText            = null;
     mPrefabDutyDetail                  = null;
     mPrefabDutyDetailCheck             = null;
     mPrefabUIDutyRewardMaterialsDialog = null;
     mPrefabRewardShip                  = null;
     mModalCamera        = null;
     mPrefab_DutyOhyodo  = null;
     mDutyGrid           = null;
     mDutyManager        = null;
     mFocusKeyController = null;
 }