Class GPUDevice.VideoOutput
Describes a video output display (monitor).
Inheritance
System.Object
GPUDevice.VideoOutput
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class VideoOutput : ValueType
Fields
HDR
Flag that indicates that monitor supports displaying High Dynamic Range colors.
Declaration
public bool HDR
Field Value
|
System.Boolean
|
Height
The native screen resolution height (in pixel).
Declaration
public uint Height
Field Value
|
System.UInt32
|
Name
The display name.
Declaration
public string Name
Field Value
|
System.String
|
RefreshRate
The maximum screen refresh rate (in hertz).
Declaration
public float RefreshRate
Field Value
|
System.Single
|
Width
The native screen resolution width (in pixel).
Declaration
public uint Width
Field Value
|
System.UInt32
|
Properties
Default
The default GPUDevice.VideoOutput.
Declaration
public static GPUDevice.VideoOutput Default { get; }
Property Value
|
GPUDevice.VideoOutput
|