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
- Type: Method
- Namespace: UnityEngine.Device
- Assembly: UnityEngine.CoreModule
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
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
Returns
Type | Description |
|---|---|
| bool |