Enum SceneSystem.SectionStreamingState
Contains the streaming state of a loading section.
Namespace: Unity.Scenes
Assembly: Unity.Scenes.dll
Syntax
public enum SceneSystem.SectionStreamingState
Fields
| Name | Description |
|---|---|
| FailedToLoad | The section failed to load. |
| LoadRequested | The section is expected to load, but the loading hasn't started yet. It could be waiting for section 0 to load. |
| Loaded | The section has been loaded. |
| Loading | The section currently is loading. |
| UnloadRequested | The section has been marked for unloading but it hasn't been processed yet. |
| Unloaded | The section is not loading and it's not expected to load. It could be that it has just been fully unloaded. |