Class UnityComboInstaller
Unity-specific installer for the Combo service. Creates a UnityComboService on a dedicated GameObject.
Namespace: Serenity.Combo.Installation.Installers
Assembly: Serenity.UnityCombo.Installation.dll
Syntax
public class UnityComboInstaller : ComboInstaller, IFoundationInstaller, IInstaller
Constructors
UnityComboInstaller()
Declaration
public UnityComboInstaller()
Fields
SERVICE_NAME
Declaration
protected const string SERVICE_NAME = "ComboService"
Field Value
| Type | Description |
|---|---|
| string |
Methods
Install(ILogService)
Installs the Combo service by creating the Unity MonoBehaviour implementation.
Declaration
public override void Install(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service for diagnostic output. |