logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PlayerInputInstallerInstallInput

    Base DTO for PlayerInput installation. Extend it if you need more dependencies.

    Inheritance
    object
    PlayerInputInstallerInstallInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.InputGateway.Installation.Installers.Dto
    Assembly: Serenity.InputGateway.Installation.dll
    Syntax
    public class PlayerInputInstallerInstallInput

    Constructors

    PlayerInputInstallerInstallInput(IPlayerInputServiceSettingsDefinition, TaskBuildContext, ILogService)

    Initializes a new instance of the PlayerInputInstallerInstallInput class.

    Declaration
    public PlayerInputInstallerInstallInput(IPlayerInputServiceSettingsDefinition settings, TaskBuildContext context, ILogService logService)
    Parameters
    Type Name Description
    IPlayerInputServiceSettingsDefinition settings

    The player input service settings definition.

    TaskBuildContext context

    The task build context.

    ILogService logService

    The logging service for diagnostic output.

    Fields

    Context

    Declaration
    public TaskBuildContext Context
    Field Value
    Type Description
    TaskBuildContext

    The task build context.

    LogService

    Declaration
    public ILogService LogService
    Field Value
    Type Description
    ILogService

    The logging service for diagnostic output.

    Settings

    Declaration
    public IPlayerInputServiceSettingsDefinition Settings
    Field Value
    Type Description
    IPlayerInputServiceSettingsDefinition

    The player input service settings definition.

    In this article
    © 2026 Serenity. All Rights Reserved