logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameSettingsGetBoolValueInput

    Unity-specific input DTO for retrieving boolean game setting values.
    Extends the base GameSettingsGetBoolValueInput with Unity foundation integration for type-safe boolean game settings retrieval operations.

    Inheritance
    object
    UnityGameSettingsGetBoolValueInput
    Namespace: Serenity.GameSettings.InterfaceAdapters.DTO
    Assembly: Serenity.UnityGlobal.InterfaceAdapters.dll
    Syntax
    public class UnityGameSettingsGetBoolValueInput : GameSettingsGetBoolValueInput

    Constructors

    UnityGameSettingsGetBoolValueInput(string)

    Initializes a new instance of the UnityGameSettingsGetBoolValueInput.
    Creates input data for retrieving a boolean game setting value by ID.

    Declaration
    public UnityGameSettingsGetBoolValueInput(string id)
    Parameters
    Type Name Description
    string id

    Unique identifier of the boolean game setting to retrieve

    In this article
    © 2026 Serenity. All Rights Reserved