コード例 #1
0
ファイル: Panel.cs プロジェクト: acalius/daggerfall-unity
        public Panel()
            : base()
        {
            this.components = new ScreenComponentCollection(this);
            this.components.Add(outline);

            outline.AutoSize = AutoSizeModes.ResizeToFill;
            outline.Enabled  = false;
        }
コード例 #2
0
ファイル: Panel.cs プロジェクト: my0pic/daggerfall-unity
 public Panel()
     : base()
 {
     this.components = new ScreenComponentCollection(this);
 }
コード例 #3
0
 public Panel()
     : base()
 {
     this.components = new ScreenComponentCollection(this);
 }