Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NBaruah
 NUnityNexus
 NExceptions
 CBindingNotFoundExceptionThrown when attempting to resolve a type that has no registered binding in the DependencyContainer
 CDuplicateBindingExceptionThrown when attempting to register a binding for a type that is already bound in the DependencyContainer
 CDependencyContainerA lightweight dependency injection container for Unity Nexus. Supports singleton and transient bindings
 CIInjectableMarker interface for classes that receive dependencies from a DependencyContainer. Implement this on any MonoBehaviour or plain class that should be injectable
 CNexusInstallerBase class for Unity Nexus installers. Subclass this to register bindings and inject scene dependencies on Awake