Enum SceneSystem.SceneStreamingState
Contains the streaming state of a loading scene.
Namespace: Unity.Scenes
Assembly: solution.dll
Syntax
public enum SceneSystem.SceneStreamingState
Fields
Name | Description |
---|---|
FailedLoadingSceneHeader | The scene failed to load the scene header. |
LoadedSectionEntities | The scene and section entities are loaded, but the content for the sections is not loaded or expected to load. |
LoadedSuccessfully | The scene and all the requested sections loaded successfully. |
LoadedWithSectionErrors | The scene finished loading, but at least one the sections failed to load successfully. |
Loading | The scene still loading. |
Unloaded | The scene is not loading and is not expected to load. It could be that it has just been fully unloaded. |
Unloading | The scene is currently unloading. |