コード例 #1
0
        public M_AWindow(Transform transform)
        {
            this.Transform       = transform;
            this.TempData        = M_WindowData.Create();
            subWindowsDictionary = new Dictionary <string, M_SubWindow>();

            M_UITools.AutoSetTransformPath(this);
        }
コード例 #2
0
 public M_AWindow(string path)
 {
     resourcePath         = path;
     this.TempData        = M_WindowData.Create();
     subWindowsDictionary = new Dictionary <string, M_SubWindow>();
 }