Class UnityGameUiInstaller
Unity-specific installer for the GameUi service.
Namespace: Serenity.GameUi.Installation.Installers
Assembly: Serenity.UnityGameUi.Installation.dll
Syntax
public class UnityGameUiInstaller : GameUiInstaller, IFoundationInstaller, IInstaller
Remarks
Creates the UnityGameUiService, UnityGameHudPresenter, and UnityGameResultsPresenter on a dedicated GameObject and wires the presenters into the service.
Constructors
UnityGameUiInstaller()
Declaration
public UnityGameUiInstaller()
Methods
Install(ILogService)
Installs the GameUi service by creating the Unity MonoBehaviour implementation with HUD and results presenters.
Declaration
public override void Install(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service for diagnostic output. |