Class GPUDevice.VideoOutputMode
Describes a video output display mode (monitor screen 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 float RefreshRate
Field Value
|
System.Single
|
VideoOutputIndex
The index of the VideoOutput from the device monitors list.
Declaration
public int VideoOutputIndex
Field Value
|
System.Int32
|
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
|