logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GameUiInstaller

    Abstract base class for installing the GameUi service.

    Inheritance
    object
    GameUiInstaller
    Implements
    IInstaller
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.GameUi.Installation.Installers
    Assembly: Serenity.GameUi.Installation.dll
    Syntax
    public abstract class GameUiInstaller : IInstaller
    Remarks

    Concrete implementations override Install(ILogService) to create the service, wiring in HUD and results presenters for engine-specific rendering.

    Constructors

    GameUiInstaller()

    Declaration
    protected GameUiInstaller()

    Fields

    _service

    Declaration
    protected IGameUiService _service
    Field Value
    Type Description
    IGameUiService

    The installed game UI service.

    Methods

    GetService()

    Gets the installed game UI service.

    Declaration
    public IGameUiService GetService()
    Returns
    Type Description
    IGameUiService

    The installed IGameUiService.

    Install(ILogService)

    Installs the GameUi service.

    Declaration
    public abstract void Install(ILogService logService)
    Parameters
    Type Name Description
    ILogService logService

    The logging service for diagnostic output.

    Implements

    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved