Class UnityWaveInstaller
Unity-specific installer for the Wave service. Creates a UnityWaveService on a dedicated GameObject.
Namespace: Serenity.Wave.Installation.Installers
Assembly: Serenity.UnityWave.Installation.dll
Syntax
public class UnityWaveInstaller : WaveInstaller, IFoundationInstaller, IInstaller
Constructors
UnityWaveInstaller()
Declaration
public UnityWaveInstaller()
Methods
Install(ILogService)
Installs the Wave 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. |