Application.CanStreamedLevelBeLoadedstatic function CanStreamedLevelBeLoaded (levelIndex : int) : booleanDescriptionCan the streamed level be loaded? See Also: GetStreamProgressForLevel function.
JavaScript
// Check if level at index 1 can be loaded. using UnityEngine; import UnityEngine static function CanStreamedLevelBeLoaded (levelName : String) : booleanDescriptionCan the streamed level be loaded? See Also: GetStreamProgressForLevel function.
JavaScript
// Check if "Level1" can be loaded, if it can be loaded then load it. using UnityEngine; import UnityEngine |
