Esempio n. 1
0
 /// <summary>
 /// Get the ID of the loaded level in the level data
 /// </summary>
 /// <param name="levelData">The level data</param>
 public static int GetLoadedLevelID(LevelData levelData)
 {
     return(LevelSceneRuntimeHelper.GetLoadedLevelID(levelData));
 }
Esempio n. 2
0
 /// <summary>
 /// Get the asset path of the loaded level scene
 /// </summary>
 public static string GetLoadedLevelScenePath()
 {
     return(LevelSceneRuntimeHelper.GetLoadedLevelScenePath());
 }