Interface IUsesWeb | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface IUsesWeb

    Gives decorated class access to web requests

    Namespace: Unity.Labs.EditorXR.Interfaces
    Syntax
    public interface IUsesWeb : IFunctionalitySubscriber<IProvidesWeb>

    Extension Methods

    UsesWebMethods.Download(IUsesWeb, String, Action<UnityWebRequest>)
    UsesWebMethods.Download<THandler>(IUsesWeb, String, Action<UnityWebRequest>)
    UsesWebMethods.Download(IUsesWeb, String, String, Action)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX