Class InterfaceOptions.GameWindowMode
Available window modes for the game window.
Inheritance
System.Object
    InterfaceOptions.GameWindowMode
    Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class GameWindowMode : EnumFields
BorderlessWindow
Shows the game window borderless.
Declaration
public const InterfaceOptions.GameWindowMode BorderlessWindowField Value
| InterfaceOptions.GameWindowMode 
 | 
Docked
Shows the game window docked, inside the editor.
Declaration
public const InterfaceOptions.GameWindowMode DockedField Value
| InterfaceOptions.GameWindowMode 
 | 
MaximizedWindow
Shows the game window maximized. (Same as pressing F11)
Declaration
public const InterfaceOptions.GameWindowMode MaximizedWindowField Value
| InterfaceOptions.GameWindowMode 
 | 
PopupWindow
Shows the game window as a popup.
Declaration
public const InterfaceOptions.GameWindowMode PopupWindowField Value
| InterfaceOptions.GameWindowMode 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 |