docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IModuleDependency<T>

    Exposes this type to the system as a module that will be loaded when starting the app/editor

    Inherited Members
    IModule.LoadModule()
    IModule.UnloadModule()
    Namespace: Unity.XRTools.ModuleLoader
    Assembly: solution.dll
    Syntax
    public interface IModuleDependency<in T> : IModule where T : IModule
    Type Parameters
    Name Description
    T

    The type of module provided

    Methods

    Name Description
    ConnectDependency(T)

    Called by the system after all modules are instantiated if a module of the right type exists

    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)