Interface IDelayedInitializationModule
Adds Initialize and Shutdown methods to modules for when editing starts and stops
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface IDelayedInitializationModule : IModule
Properties
| Name | Description |
|---|---|
| initializationOrder | Used to sort delayed initialization modules before calling Initialize |
| shutdownOrder | Used to sort delayed initialization modules before calling Shutdown |
Methods
| Name | Description |
|---|---|
| Initialize() | Called when editing starts |
| Shutdown() | Called when editing stops |