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 : EnumFields
PlayGame
Launches the game from the First Scene defined in the project settings.
Declaration
public const InterfaceOptions.PlayAction PlayGameField Value
| InterfaceOptions.PlayAction 
 | 
PlayScenes
Launches the game using the scenes currently loaded in the editor.
Declaration
public const InterfaceOptions.PlayAction PlayScenesField Value
| InterfaceOptions.PlayAction 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 |