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