コード例 #1
0
ファイル: InvestUI.cs プロジェクト: unseen-code/tianqi_src
 protected override void ReleaseSelf(bool calledDestroy)
 {
     if (SystemConfig.IsReleaseResourceOn)
     {
         InvestUI.Instance = null;
         base.ReleaseSelf(true);
     }
 }
コード例 #2
0
ファイル: InvestUI.cs プロジェクト: unseen-code/tianqi_src
 private void Awake()
 {
     InvestUI.Instance = this;
     base.AwakeBase(BindingContext.BindingContextMode.MonoBinding, false);
 }