Class UnityGameRailInstaller
Unity-specific installer for the GameRail service.
Namespace: Serenity.GameRail.Installation.Installers
Assembly: Serenity.UnityGameRail.Installation.dll
Syntax
public class UnityGameRailInstaller : GameRailInstaller, IFoundationInstaller, IInstaller
Remarks
Creates the UnityGameRailService as a MonoBehaviour on a dedicated GameObject.
Constructors
UnityGameRailInstaller()
Declaration
public UnityGameRailInstaller()
Methods
Install(ILogService)
Installs the GameRail 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. |