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 : Enum
Fields
BorderlessWindow
Shows the game window borderless.
Declaration
public const InterfaceOptions.GameWindowMode BorderlessWindow
Field Value
InterfaceOptions.GameWindowMode
|
Docked
Shows the game window docked, inside the editor.
Declaration
public const InterfaceOptions.GameWindowMode Docked
Field Value
InterfaceOptions.GameWindowMode
|
MaximizedWindow
Shows the game window maximized. (Same as pressing F11)
Declaration
public const InterfaceOptions.GameWindowMode MaximizedWindow
Field Value
InterfaceOptions.GameWindowMode
|
PopupWindow
Shows the game window as a popup.
Declaration
public const InterfaceOptions.GameWindowMode PopupWindow
Field Value
InterfaceOptions.GameWindowMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|