Class UnityGameplayEntityInstaller
Unity-specific installer for the GameplayEntity service.
Namespace: Serenity.GameplayEntity.Installation.Installers
Assembly: Serenity.UnityGameplayEntity.Installation.dll
Syntax
public class UnityGameplayEntityInstaller : GameplayEntityInstaller, IFoundationInstaller, IInstaller
Remarks
Creates and configures the UnityGameplayEntityService as a MonoBehaviour on a dedicated GameObject.
Constructors
UnityGameplayEntityInstaller()
Declaration
public UnityGameplayEntityInstaller()
Methods
Install(ILogService)
Installs the GameplayEntity 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. |