Search Results for

    Show / Hide Table of Contents

    Class UWPPlatformSettings

    Universal Windows Platform settings.

    Inheritance
    System.Object
    SettingsBase
    UWPPlatformSettings
    Namespace: FlaxEditor.Content.Settings
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class UWPPlatformSettings : SettingsBase

    Constructors

    UWPPlatformSettings()

    Initializes a new instance of the UWPPlatformSettings.

    Declaration
    public UWPPlatformSettings()

    Fields

    AutoRotationPreferences

    The display orientation modes. Can be combined as flags.

    Declaration
    [EditorOrder(20)]
    [EditorDisplay("Window", null)]
    public UWPPlatformSettings.DisplayOrientations AutoRotationPreferences
    Field Value
    UWPPlatformSettings.DisplayOrientations

    CertificateLocation

    The location of the package certificate (relative to the project).

    Declaration
    [EditorOrder(1010)]
    [EditorDisplay("Other", null)]
    public string CertificateLocation
    Field Value
    System.String

    PreferredLaunchWindowingMode

    The preferred launch windowing mode. Always fullscreen on Xbox.

    Declaration
    [EditorOrder(10)]
    [EditorDisplay("Window", null)]
    public UWPPlatformSettings.WindowMode PreferredLaunchWindowingMode
    Field Value
    UWPPlatformSettings.WindowMode

    SupportDX10

    Enables support for DirectX 10 and DirectX 10.1. Disabling it reduces compiled shaders count.

    Declaration
    [EditorOrder(2010)]
    [EditorDisplay("Graphics", "Support DirectX 10")]
    public bool SupportDX10
    Field Value
    System.Boolean

    SupportDX11

    Enables support for DirectX 11. Disabling it reduces compiled shaders count.

    Declaration
    [EditorOrder(2000)]
    [EditorDisplay("Graphics", "Support DirectX 11")]
    public bool SupportDX11
    Field Value
    System.Boolean

    Extension Methods

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