logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityLocalizationInstallerInstallInput

    Unity-specific input data transfer object for Localization installer. Extends the base DTO with Unity-specific localization settings.

    Inheritance
    object
    UnityLocalizationInstallerInstallInput
    Namespace: Serenity.Localization.Installation.Installers
    Assembly: Serenity.UnityLocalization.Installation.dll
    Syntax
    public class UnityLocalizationInstallerInstallInput : LocalizationInstallerInstallInput

    Constructors

    UnityLocalizationInstallerInstallInput(IEventDispatcherService, IGameSettingsService, UnityLocalizationSettings)

    Initializes a new instance of the Unity Localization installer input DTO.

    Declaration
    public UnityLocalizationInstallerInstallInput(IEventDispatcherService eventDispatcherService, IGameSettingsService gameSettingsService, UnityLocalizationSettings unityLocalizationSettings)
    Parameters
    Type Name Description
    IEventDispatcherService eventDispatcherService

    Event dispatcher service for localization events

    IGameSettingsService gameSettingsService

    Game settings service for configuration access

    UnityLocalizationSettings unityLocalizationSettings

    Unity localization settings configuration

    Fields

    UnityLocalizationSettings

    Declaration
    public UnityLocalizationSettings UnityLocalizationSettings
    Field Value
    Type Description
    UnityLocalizationSettings

    Unity-specific localization settings configuration.

    In this article
    © 2026 Serenity. All Rights Reserved