Class MonoInstaller
The base class for the MonoBehaviour
based dependency injection installers.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
MonoInstaller
Namespace: AlchemyBow.Core.IoC
Assembly: AlchemyBow.Core.dll
Syntax
public abstract class MonoInstaller : MonoBehaviour
Methods
InstallBindings(IBindOnlyContainer)
Override this method to install bindings in the dependency injection container.
Declaration
public abstract void InstallBindings(IBindOnlyContainer container)
Parameters
Type | Name | Description |
---|---|---|
IBindOnlyContainer | container | The dependency injection container. |