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)