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. | |
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.