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