Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat