コード例 #1
0
ファイル: UIPanelShowHide.cs プロジェクト: kok3/working201903
 void Awake()
 {
     this.root = this.GetComponentInParent <UIRoot>();
 }
コード例 #2
0
ファイル: UIRoot.cs プロジェクト: kok3/working201903
 void OnDestroy()
 {
     ins = null;
 }