docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetLoadedSubsystem

    GetLoadedSubsystem<T>()

    Gets the loaded subsystem of the specified type. Implementation dependent as only implemetnations know what they have loaded and how best to get it..

    Declaration
    public abstract T GetLoadedSubsystem<T>() where T : class, ISubsystem
    Returns
    Type Description
    T

    The loaded subsystem or null if not found.

    Type Parameters
    Name Description
    T

    Type of the subsystem to get

    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)