logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityStageInstaller

    Unity-specific installer for the Stage service. Creates a UnityStageService on a dedicated GameObject.

    Inheritance
    object
    UnityStageInstaller
    Implements
    IFoundationInstaller
    IInstaller
    Namespace: Serenity.Stage.Installation.Installers
    Assembly: Serenity.UnityStage.Installation.dll
    Syntax
    public class UnityStageInstaller : StageInstaller, IFoundationInstaller, IInstaller

    Constructors

    UnityStageInstaller()

    Declaration
    public UnityStageInstaller()

    Methods

    Install(IFoundationViewElement, ILogService)

    Installs the Stage service by creating the Unity MonoBehaviour implementation.

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

    The game wrapper object.

    ILogService logService

    The logging service for diagnostic output.

    Implements

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