logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityMenuInstallationStep

    Installs the menu aggregate into the running composition.

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

    Constructors

    UnityMenuInstallationStep()

    Declaration
    public UnityMenuInstallationStep()

    Methods

    Install(IUnityInstallationContext, UnityMenuInstallationStepInput)

    Builds the aggregate's installer, installs it and publishes its services.

    Declaration
    public UnityMenuInstaller Install(IUnityInstallationContext installationContext, UnityMenuInstallationStepInput input)
    Parameters
    Type Name Description
    IUnityInstallationContext installationContext

    The composition root this step installs into.

    UnityMenuInstallationStepInput input

    The inspector-authored values to install from.

    Returns
    Type Description
    UnityMenuInstaller

    The installer, so the composition root can keep its own reference to it.

    In this article
    © 2026 Serenity. All Rights Reserved