/// <summary> /// DrawBrower /// </summary> void DrawBrower() { EditorGUILayout.LabelField("Asmdef Map Config File:"); mConfig.DrawGUI(); EditorGUILayout.Separator(); if (GUILayout.Button("Load Asmdef")) { mAsmdefs = EditorStrayFogExecute.ExecuteLookPackageAsmdef(); } }
static void EditorAsmdefMenuItem_EditorWindowExecuteLookPackageAsmdef() { EditorStrayFogExecute.ExecuteLookPackageAsmdef(); EditorStrayFogApplication.MenuItemQuickDisplayDialogSucceed(mcLookPackageAsmdef); }