logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityGameSettingsGetFloatValueInput

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

    Inheritance
    object
    UnityGameSettingsGetFloatValueInput
    Namespace: Serenity.GameSettings.InterfaceAdapters.DTO
    Assembly: Serenity.UnityGlobal.InterfaceAdapters.dll
    Syntax
    public class UnityGameSettingsGetFloatValueInput : GameSettingsGetFloatValueInput

    Constructors

    UnityGameSettingsGetFloatValueInput(string)

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

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

    Unique identifier of the float game setting to retrieve

    In this article
    © 2026 Serenity. All Rights Reserved