Class UnityGameUiInstallationStep
Installs the game HUD aggregate into the running composition.
Inherited Members
Namespace: Serenity.GameUi.Installation.Installers
Assembly: Serenity.UnityGameUi.Installation.dll
Syntax
public class UnityGameUiInstallationStep
Constructors
UnityGameUiInstallationStep()
Declaration
public UnityGameUiInstallationStep()
Methods
Install(IUnityInstallationContext)
Builds the aggregate's installer, installs it and publishes its services.
Declaration
public UnityGameUiInstaller Install(IUnityInstallationContext installationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnityInstallationContext | installationContext | The composition root this step installs into. |
Returns
| Type | Description |
|---|---|
| UnityGameUiInstaller | The installer, so the composition root can keep its own reference to it. |