Interface IModule
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 IModule
Methods
| Name | Description |
|---|---|
| LoadModule() | Called after all modules have been instantiated and dependencies are connected |
| UnloadModule() | Called before system shuts down |