Class UWPPlatformSettings
Universal Windows Platform settings.
Namespace: FlaxEditor.Content.Settings
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class UWPPlatformSettings : SettingsBase
Constructors
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
|