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