Search Results for

    Show / Hide Table of Contents

    Class InterfaceOptions.PlayAction

    Options for the action taken by the play button.

    Inheritance
    System.Object
    InterfaceOptions.PlayAction
    Namespace: FlaxEditor.Options
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class PlayAction : Enum

    Fields

    PlayGame

    Launches the game from the First Scene defined in the project settings.

    Declaration
    public const InterfaceOptions.PlayAction PlayGame
    Field Value
    InterfaceOptions.PlayAction

    PlayScenes

    Launches the game using the scenes currently loaded in the editor.

    Declaration
    public const InterfaceOptions.PlayAction PlayScenes
    Field Value
    InterfaceOptions.PlayAction

    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