Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CanStreamedLevelBeLoaded

This has the same functionality as Application.CanStreamedLevelBeLoaded. At the moment, the Device Simulator doesn't support simulation of this method.
Read time 1 minuteLast updated 6 days ago

Definition

CanStreamedLevelBeLoaded(int)

This has the same functionality as Application.CanStreamedLevelBeLoaded. At the moment, the Device Simulator doesn't support simulation of this method.
public static bool CanStreamedLevelBeLoaded(int levelIndex)

Parameters

levelIndex

Returns

Type

Description

bool

CanStreamedLevelBeLoaded(string)

This has the same functionality as Application.CanStreamedLevelBeLoaded. At the moment, the Device Simulator doesn't support simulation of this method.
public static bool CanStreamedLevelBeLoaded(string levelName)

Parameters

levelName

Returns

Type

Description

bool