logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityPlayerInputInstallerInstallInput

    Unity-specific input data transfer object for Player Input installer configuration.
    Contains Unity player input settings definition and task context for installation process.
    Extends base DTO with Unity-specific types and configuration requirements.

    Inheritance
    object
    UnityPlayerInputInstallerInstallInput
    Namespace: Serenity.InputGateway.Installation.Installers
    Assembly: Serenity.UnityPlayerInput.Installation.dll
    Syntax
    public class UnityPlayerInputInstallerInstallInput : PlayerInputInstallerInstallInput

    Constructors

    UnityPlayerInputInstallerInstallInput(UnityPlayerInputSettingsDefinition, TaskBuildContext, ILogService)

    Initializes a new instance of the Unity player input installer input DTO.
    Configures the installer with Unity-specific settings and task execution context.

    Declaration
    public UnityPlayerInputInstallerInstallInput(UnityPlayerInputSettingsDefinition settings, TaskBuildContext context, ILogService logService)
    Parameters
    Type Name Description
    UnityPlayerInputSettingsDefinition settings

    The Unity player input settings definition containing configuration parameters.

    TaskBuildContext context

    The task build context for executing reflection-based tasks during installation.

    ILogService logService

    The logging service for diagnostic output.

    In this article
    © 2026 Serenity. All Rights Reserved