Class GameUiInstaller
Abstract base class for installing the GameUi service.
Implements
Inherited Members
Namespace: Serenity.GameUi.Installation.Installers
Assembly: Serenity.GameUi.Installation.dll
Syntax
public abstract class GameUiInstaller : IInstaller
Remarks
Concrete implementations override Install(ILogService) to create the service, wiring in HUD and results presenters for engine-specific rendering.
Constructors
GameUiInstaller()
Declaration
protected GameUiInstaller()
Fields
_service
Declaration
protected IGameUiService _service
Field Value
| Type | Description |
|---|---|
| IGameUiService | The installed game UI service. |
Methods
GetService()
Gets the installed game UI service.
Declaration
public IGameUiService GetService()
Returns
| Type | Description |
|---|---|
| IGameUiService | The installed IGameUiService. |
Install(ILogService)
Installs the GameUi service.
Declaration
public abstract void Install(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service for diagnostic output. |