コード例 #1
0
        static void Init()
        {
            AtlasEditorWindow window = (AtlasEditorWindow)EditorWindow.GetWindow(typeof(AtlasEditorWindow));

#if UNITY_5_0
            window.title = windowTitle;
#elif UNITY_5_1
            window.titleContent = new GUIContent(windowTitle);
#endif
        }
コード例 #2
0
        static void Init()
        {
            AtlasEditorWindow window = (AtlasEditorWindow)EditorWindow.GetWindow(typeof(AtlasEditorWindow));

            window.titleContent = new GUIContent(windowTitle);
        }
コード例 #3
0
        static void Init()
        {
            AtlasEditorWindow window = (AtlasEditorWindow)EditorWindow.GetWindow(typeof(AtlasEditorWindow));

            window.title = windowTitle;
        }