Struct GPUDevice.VideoOutputMode
Describes a video output display mode.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public struct VideoOutputMode
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
|