Constructor CustomHeaderTextureDownload
CustomHeaderTextureDownload(Uri, bool, Action<UnityWebRequest>)
Constructs an ITextureDownload with a modifier
Declaration
public CustomHeaderTextureDownload(Uri url, bool nonReadable, Action<UnityWebRequest> editor)
Parameters
Type | Name | Description |
---|---|---|
Uri | url | URI to request |
bool | nonReadable | If true, resulting texture is not readable (uses less memory) |
Action<UnityWebRequest> | editor | Callback that modifies the UnityWebRequest before it's sent |