Esempio n. 1
0
        static void Init()
        {
            // Get existing open window or if none, make a new one:
            TressFXEditorWindow window = (TressFXEditorWindow)EditorWindow.GetWindow(typeof(TressFXEditorWindow));

            window.Show();
        }