logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityComboInstaller

    Unity-specific installer for the Combo service. Creates a UnityComboService on a dedicated GameObject.

    Inheritance
    object
    UnityComboInstaller
    Implements
    IFoundationInstaller
    IInstaller
    Namespace: Serenity.Combo.Installation.Installers
    Assembly: Serenity.UnityCombo.Installation.dll
    Syntax
    public class UnityComboInstaller : ComboInstaller, IFoundationInstaller, IInstaller

    Constructors

    UnityComboInstaller()

    Declaration
    public UnityComboInstaller()

    Fields

    SERVICE_NAME

    Declaration
    protected const string SERVICE_NAME = "ComboService"
    Field Value
    Type Description
    string

    Methods

    Install(ILogService)

    Installs the Combo service by creating the Unity MonoBehaviour implementation.

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

    The logging service for diagnostic output.

    Implements

    IFoundationInstaller
    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved