Interface IModuleDependency<T>
Exposes this type to the system as a module that will be loaded when starting the app/editor
Namespace: Unity.XRTools.ModuleLoader
Assembly: solution.dll
Syntax
public interface IModuleDependency<in T> : IModule where T : IModule
Type Parameters
Name | Description |
---|---|
T | The type of module provided |
Methods
Name | Description |
---|---|
ConnectDependency(T) | Called by the system after all modules are instantiated if a module of the right type exists |