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
|