![]() |
Additive Scene Manager
An API For Level Streaming in Unity.
|
Scattered data pertaining to a specific scene conveniently gathered into one class. More...
Public Attributes | |
| string | name = "" |
| The name of the scene. | |
| string | path = "" |
| The full path of the scene. | |
| bool | isActive |
| True if this scene is the Active Scene. | |
| float | progress = 0 |
| The additive scene's loading progress. 0-0.9 = Loading. 0.9 = Loaded. 1 = Loaded & Activated. | |
Scattered data pertaining to a specific scene conveniently gathered into one class.
An undocumented SceneAsset member is available in Unity Editor which does not exist in builds.
| bool isActive |
True if this scene is the Active Scene.
| string name = "" |
The name of the scene.
| string path = "" |
The full path of the scene.
| float progress = 0 |
The additive scene's loading progress. 0-0.9 = Loading. 0.9 = Loaded. 1 = Loaded & Activated.