Exemplo n.º 1
0
 public static void CloseWindow()
 {
     if (null == m_Instance)
     {
         return;
     }
     m_Instance.Close();
     m_Instance = null;
 }
Exemplo n.º 2
0
 private static void CreateWindow()
 {
     m_Instance = EditorWindow.GetWindow <PlayAudioFrameEdit>(false, "播放声音编辑", true);
 }
 private static void CreateWindow()
 {
     m_Instance = EditorWindow.GetWindow<PlayAudioFrameEdit>(false, "播放声音编辑", true);
 }
 public static void CloseWindow()
 {
     if (null == m_Instance)
     {
         return;
     }
     m_Instance.Close();
     m_Instance = null;
 }