Class InterfaceOptions.PlayModeFocus
Options focus Game Window behaviour when play mode is entered.
Inheritance
System.Object
    InterfaceOptions.PlayModeFocus
    Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class PlayModeFocus : EnumFields
GameWindow
Focus the Game Window.
Declaration
public const InterfaceOptions.PlayModeFocus GameWindowField Value
| InterfaceOptions.PlayModeFocus 
 | 
GameWindowThenRestore
Focus the Game Window. On play mode end restore focus to the previous window.
Declaration
public const InterfaceOptions.PlayModeFocus GameWindowThenRestoreField Value
| InterfaceOptions.PlayModeFocus 
 | 
None
Don't change focus.
Declaration
public const InterfaceOptions.PlayModeFocus NoneField Value
| InterfaceOptions.PlayModeFocus 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 |