Enum SceneLoader.State
Namespace: Doozy.Runtime.SceneManagement
Assembly: cs.temp.dll.dll
Syntax
public enum State
Fields
Name | Description |
---|---|
ActivatingScene | Is activating the loaded scene |
Idle | Idle mode |
Loading | Is in the process of loading a scene |
LoadScene | Starting to load a scene |
SceneLoaded | Has finished loading a scene, but has not activated it yet |