Class CustomHeaderDownload
Download that allows modifying the HTTP request before it's sent
Inherited Members
Namespace: GLTFast.Loading
Assembly: solution.dll
Syntax
public class CustomHeaderDownload : AwaitableDownload, IDownload, IDisposable
Constructors
Name | Description |
---|---|
CustomHeaderDownload(Uri, Action<UnityWebRequest>) | Constructs an IDownload with a modifier |