enum in AdvancedSceneManager.Models.Enums / Inherits from: Enum
Specifies if ASM should auto track scenes that were loaded outside of ASM.
| Name | Description |
|---|---|
NoTracking |
Specifies ASM shouldn't auto track any scenes when loaded outside ASM. |
Collections |
Specifies ASM should auto track collection scenes when loaded outside ASM. |
Standalone |
Specifies ASM should auto track standalone collection scenes when loaded outside ASM. |
DynamicCollections |
Specifies ASM should auto track dynamic collection scenes when loaded outside ASM. |