Class GeneralOptions.StartupSceneModes
The editor startup scene modes.
Inheritance
System.Object
GeneralOptions.StartupSceneModes
Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class StartupSceneModes : Enum
Fields
LastOpened
The last opened scene in the editor.
Declaration
public const GeneralOptions.StartupSceneModes LastOpened
Field Value
GeneralOptions.StartupSceneModes
|
None
Don't open scene on startup.
Declaration
public const GeneralOptions.StartupSceneModes None
Field Value
GeneralOptions.StartupSceneModes
|
ProjectDefault
The project default scene.
Declaration
public const GeneralOptions.StartupSceneModes ProjectDefault
Field Value
GeneralOptions.StartupSceneModes
|
value__
Declaration
public int value__
Field Value
System.Int32
|