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