Class UnityObjectMonoInstaller
A variant of MonoInstaller
that enables binding a single Unity object (e.g., a MonoBehaviour
or a ScriptableObject
) assigned through the inspector.
Namespace: AlchemyBow.Core.Extras.Installers
Assembly: AlchemyBow.Core.dll
Syntax
public class UnityObjectMonoInstaller : MonoInstaller
Methods
InstallBindings(IBindOnlyContainer)
Override this method to install bindings in the dependency injection container.
Declaration
public override void InstallBindings(IBindOnlyContainer container)
Parameters
Type | Name | Description |
---|---|---|
IBindOnlyContainer | container | The dependency injection container. |