Interface IModuleSceneCallbacks
Define this module as one that needs scene management callbacks
Namespace: Unity.XRTools.ModuleLoader
Assembly: solution.dll
Syntax
public interface IModuleSceneCallbacks : IModule
Methods
| Name | Description |
|---|---|
| OnActiveSceneChanged(Scene, Scene) | Called when the active scene changes |
| OnSceneLoaded(Scene, LoadSceneMode) | Called after the scene is loaded, after MonoBehaviour Awake |
| OnSceneUnloaded(Scene) | Called after the scene is unloaded |