docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IModuleSceneCallbacks

    Define this module as one that needs scene management callbacks

    Inherited Members
    IModule.LoadModule()
    IModule.UnloadModule()
    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

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)