enum in AdvancedSceneManager.Models.Enums / Inherits from: Enum
Specifies when ASM should open or close an auto scene.
Remarks:
See also: Scene.SetAutoScene
| Name | Description |
|---|---|
Never |
Never open the auto scene automatically. |
EditModeOnly |
Only open the auto scene automatically outside of play mode. |
PlayModeOnly |
Only open the auto scene automatically in play mode. |
Always |
Always open the auto scene automatically in either outside or in play mode. |