Constructor CustomHeaderDownload
CustomHeaderDownload(Uri, Action<UnityWebRequest>)
Constructs an IDownload with a modifier
Declaration
public CustomHeaderDownload(Uri url, Action<UnityWebRequest> editor)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | url | URI to request |
| Action<UnityWebRequest> | editor | Callback that modifies the UnityWebRequest before it's sent |