コード例 #1
0
 public static bool CanStreamedLevelBeLoaded(string levelName)
 {
     return(Application.CanStreamedLevelBeLoadedByName(levelName));
 }