Class UnityStageInstaller
Unity-specific installer for the Stage service. Creates a UnityStageService on a dedicated GameObject.
Namespace: Serenity.Stage.Installation.Installers
Assembly: Serenity.UnityStage.Installation.dll
Syntax
public class UnityStageInstaller : StageInstaller, IFoundationInstaller, IInstaller
Constructors
UnityStageInstaller()
Declaration
public UnityStageInstaller()
Methods
Install(IFoundationViewElement, ILogService)
Installs the Stage service by creating the Unity MonoBehaviour implementation.
Declaration
public override void Install(IFoundationViewElement gameWrapper, ILogService logService)
Parameters
| Type | Name | Description |
|---|---|---|
| IFoundationViewElement | gameWrapper | The game wrapper object. |
| ILogService | logService | The logging service for diagnostic output. |