コード例 #1
0
 protected override void ReleaseSelf(bool calledDestroy)
 {
     if (SystemConfig.IsReleaseResourceOn)
     {
         DiamondBuyUIView.Instance      = null;
         DiamondBuyUIViewModel.Instance = null;
         base.ReleaseSelf(true);
     }
 }
コード例 #2
0
 private void Awake()
 {
     DiamondBuyUIView.Instance = this;
     base.AwakeBase(BindingContext.BindingContextMode.MonoBinding, false);
 }