Ejemplo n.º 1
0
        public static void OpenMenuItem()
        {
            TextLocaliserGUIEditorSearchWindow window = new TextLocaliserGUIEditorSearchWindow();

            window.titleContent = new GUIContent("Localiser Key Search");
            window.ShowUtility();
        }