Search Results for

    Show / Hide Table of Contents

    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 : Enum

    Fields

    GameWindow

    Focus the Game Window.

    Declaration
    public const InterfaceOptions.PlayModeFocus GameWindow
    Field Value
    InterfaceOptions.PlayModeFocus

    GameWindowThenRestore

    Focus the Game Window. On play mode end restore focus to the previous window.

    Declaration
    public const InterfaceOptions.PlayModeFocus GameWindowThenRestore
    Field Value
    InterfaceOptions.PlayModeFocus

    None

    Don't change focus.

    Declaration
    public const InterfaceOptions.PlayModeFocus None
    Field Value
    InterfaceOptions.PlayModeFocus

    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