コード例 #1
0
 public static void InitWindow()
 {
     m_Win = GetWindow <ProjectFoldersWindow>(true, "Project Folders", true);
     m_Win.Show();
 }