Loading...
Searching...
No Matches
Baruah.UnityNexus.IInjectable Interface Reference

Marker interface for classes that receive dependencies from a DependencyContainer. Implement this on any MonoBehaviour or plain class that should be injectable. More...

Public Member Functions

void Inject (DependencyContainer container)
 Called by the installer after all bindings are registered. Use this to resolve dependencies from the container.

Detailed Description

Marker interface for classes that receive dependencies from a DependencyContainer. Implement this on any MonoBehaviour or plain class that should be injectable.

Definition at line 7 of file IInjectable.cs.


The documentation for this interface was generated from the following file: