Esempio n. 1
0
 private bool onEndPurchaseMoment(CustomizerUIEvents.EndPurchaseMoment evt)
 {
     if (itemSavingEffectInstance != null)
     {
         CancelInvoke("delayedDestroyEffect");
         Object.Destroy(itemSavingEffectInstance);
     }
     return(false);
 }
 private bool onEndPurchaseMoment(CustomizerUIEvents.EndPurchaseMoment evt)
 {
     animator.SetBool("IsOpen", value: true);
     return(false);
 }
 private bool onEndPurchaseMoment(CustomizerUIEvents.EndPurchaseMoment evt)
 {
     isAnimatingViewport = true;
     targetViewport      = originalViewport;
     return(false);
 }
Esempio n. 4
0
 private bool onEndPurchaseMoment(CustomizerUIEvents.EndPurchaseMoment evt)
 {
     CustomizationContext.EventBus.DispatchEvent(new CustomizerEffectsEvents.FadeBackground(doFade: false, 1f, SaveFadeTime));
     return(false);
 }