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
|