Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat