docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDelayedInitializationModule

    Adds Initialize and Shutdown methods to modules for when editing starts and stops

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

    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)