示例#1
0
 void Awake()
 {
     this.root = this.GetComponentInParent <UIRoot>();
 }
示例#2
0
 void OnDestroy()
 {
     ins = null;
 }