logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class SetCurrentQualityLevelInput

    Input data transfer object for setting the current quality level in the game graphics service.

    Inheritance
    object
    SetCurrentQualityLevelInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.GameGraphics.Application.DTO
    Assembly: Serenity.GameGraphics.Application.dll
    Syntax
    public class SetCurrentQualityLevelInput

    Constructors

    SetCurrentQualityLevelInput(string, string)

    Initializes a new instance of the SetCurrentQualityLevelInput class.

    Declaration
    public SetCurrentQualityLevelInput(string id, string qualityLevel)
    Parameters
    Type Name Description
    string id

    The ID of the service requesting the quality level change.

    string qualityLevel

    The desired quality level to set.

    Fields

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The ID of the service requesting the quality level change.

    QualityLevel

    Declaration
    public string QualityLevel
    Field Value
    Type Description
    string

    The desired quality level to set.

    In this article
    © 2026 Serenity. All Rights Reserved