Enum SceneSystem.UnloadParameters
Flags controlling the unload process for SubScenes.
Namespace: Unity.Scenes
Assembly: Unity.Scenes.dll
Syntax
[Flags]
public enum SceneSystem.UnloadParameters
  Fields
| Name | Description | 
|---|---|
| Default | Options for the default unloading behavior. Destroys the request scene loaded entity, but preserves the section and scene entities when the unload completes.  | 
      
| DestroyMetaEntities | In addition, it destroys the scene and sections meta entities when unloading the scene.  |