Example #1
0
 public void Initialize()
 {
     this.RootCanvas     = UIRoot.Instance.DynamicRoot;
     this.mCurViews      = new IndexedDict <string, View>();
     this.mCurFixedViews = new Dict <string, View>();
     this.mUnusedViews   = new List <string>();
 }
Example #2
0
        public void Initialize()
        {
            this.DynamicRoot = UIRoot.Instance.DynamicRoot;
            this.PopupRoot   = UIRoot.Instance.PopupRoot;

            this.mCurFrameViews = new IndexedDict <string, View>();
            this.mCurPageViews  = new IndexedDict <string, View>();
            this.mCurFixedViews = new IndexedDict <string, View>();
        }