Search Results for

    Show / Hide Table of Contents

    Class UWPPlatformSettings.WindowMode

    The preferred launch windowing mode.

    Inheritance
    System.Object
    UWPPlatformSettings.WindowMode
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class WindowMode : Enum

    Fields

    FullScreen

    The full screen mode

    Declaration
    public const UWPPlatformSettings.WindowMode FullScreen
    Field Value
    UWPPlatformSettings.WindowMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    ViewSize

    The view size.

    Declaration
    public const UWPPlatformSettings.WindowMode ViewSize
    Field Value
    UWPPlatformSettings.WindowMode

    Extension Methods

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