public GameObjectOverviewPropertyEditor()
		{
			this.HeaderHeight = 0;
			this.Hints = HintFlags.None;
			this.Indent = 0;
			this.gameObjEditor = new GameObjectPropertyEditor();
		}
コード例 #2
0
 public GameObjectOverviewPropertyEditor()
 {
     this.HeaderHeight  = 0;
     this.Hints         = HintFlags.None;
     this.Indent        = 0;
     this.gameObjEditor = new GameObjectPropertyEditor();
 }