Class UnityGameSpawnerInstaller
Unity-specific installer for the GameSpawner service.
Namespace: Serenity.GameSpawner.Installation.Installers
Assembly: Serenity.UnityGameSpawner.Installation.dll
Syntax
public class UnityGameSpawnerInstaller : GameSpawnerInstaller, IFoundationInstaller, IInstaller
Remarks
Creates the UnityGameSpawnerService and UnitySpawnFactory and wires them together on a dedicated GameObject.
Constructors
UnityGameSpawnerInstaller()
Declaration
public UnityGameSpawnerInstaller()
Methods
Install(ILogService)
Installs the GameSpawner service by creating the Unity MonoBehaviour implementation with a Unity-based spawn factory.
Declaration
public override void Install(ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogService | logService | The logging service for diagnostic output. |