logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameSettingsGetStringValueOutput

    Unity-specific output DTO for string game setting values. Extends the base GameSettingsGetStringValueOutput with Unity foundation integration for type-safe string game settings retrieval results.

    Inheritance
    object
    UnityGameSettingsGetStringValueOutput
    Namespace: Serenity.InterfaceAdapters.DTO
    Assembly: Serenity.UnityGlobal.InterfaceAdapters.dll
    Syntax
    public class UnityGameSettingsGetStringValueOutput : GameSettingsGetStringValueOutput

    Constructors

    UnityGameSettingsGetStringValueOutput(string, string)

    Initializes a new instance of the UnityGameSettingsGetStringValueOutput.
    Creates output data containing the setting ID and string value result.

    Declaration
    public UnityGameSettingsGetStringValueOutput(string id, string value)
    Parameters
    Type Name Description
    string id

    Unique identifier of the string game setting

    string value

    String value of the game setting

    In this article
    © 2026 Serenity. All Rights Reserved