Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 573 Bytes

File metadata and controls

18 lines (13 loc) · 573 Bytes

AutoSceneOption

enum in AdvancedSceneManager.Models.Enums / Inherits from: Enum

Description

Specifies when ASM should open or close an auto scene.

Remarks: See also: Scene.SetAutoScene

Values

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.