Exemplo n.º 1
0
    public void Start()
    {
        //Init the hierarchy.
        ETGHierarchy.Start();

        WindowRect    = new Rect(500, 0, 450, 900);
        baseInspector = new GenericComponentInspector();
    }
Exemplo n.º 2
0
 public void OnGUI()
 {
     ETGHierarchy.OnGUI();
     WindowRect = GUI.Window(14, WindowRect, WindowFunction, "Inspector");
 }