Enum SceneSystem.UnloadParameters
Flags controlling the unload process for SubScenes.
Namespace: Unity.Scenes
Syntax
[Flags]
public enum UnloadParameters
Fields
| Name | Description | Value |
|---|---|---|
| Default | 0 | |
| DestroySectionProxyEntities | 2 | |
| DestroySceneProxyEntity | 4 | |
| DontRemoveRequestSceneLoaded | 8 |