Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Application.CanStreamedLevelBeLoaded

Declaration

public static bool CanStreamedLevelBeLoaded(int levelIndex);

Declaration

public static bool CanStreamedLevelBeLoaded(string levelName);

Description

This has the same functionality as Application.CanStreamedLevelBeLoaded. At the moment, the Device Simulator doesn't support simulation of this method.