Class GPUDevice.VideoOutputMode
Describes a video output display mode.
Inheritance
System.Object
GPUDevice.VideoOutputMode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class VideoOutputMode : ValueType
Fields
Height
The resolution height (in pixel).
Declaration
public uint Height
Field Value
System.UInt32
|
RefreshRate
The screen refresh rate (in hertz).
Declaration
public uint RefreshRate
Field Value
System.UInt32
|
Width
The resolution width (in pixel).
Declaration
public uint Width
Field Value
System.UInt32
|
Properties
Default
The default GPUDevice.VideoOutputMode.
Declaration
public static GPUDevice.VideoOutputMode Default { get; }
Property Value
GPUDevice.VideoOutputMode
|