Ejemplo n.º 1
0
        void DoTreeView()
        {
            Rect rect = GUILayoutUtility.GetRect(0, 100000, 0, 100000);

            browser.window = this;
            browser.OnGUI(rect);
        }