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