Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat