docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property activeLoaders

    activeLoaders

    A shallow copy of the list of loaders currently managed by this XR Manager instance.

    Declaration
    public IReadOnlyList<XRLoader> activeLoaders { get; }
    Property Value
    Type Description
    IReadOnlyList<XRLoader>
    Remarks

    This property returns a read only list. Any changes made to the list itself will not affect the list used by this XR Manager instance. To mutate the list of loaders currently managed by this instance, use TryAddLoader(XRLoader, int), TryRemoveLoader(XRLoader), and/or TrySetLoaders(List<XRLoader>).

    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)