Class AwaitableTextureDownload
Default ITextureDownload implementation that loads texture URIs via UnityWebRequest.
Inherited Members
Namespace: GLTFast.Loading
Assembly: solution.dll
Syntax
public class AwaitableTextureDownload : AwaitableDownload, ITextureDownload, IDownload, IDisposable
Constructors
Name | Description |
---|---|
AwaitableTextureDownload() | Parameter-less constructor, required for inheritance. |
AwaitableTextureDownload(Uri, bool) | Default constructor. |
Properties
Name | Description |
---|---|
Texture | Resulting texture |
Methods
Name | Description |
---|---|
CreateRequest(Uri, bool) | Generates the UnityWebRequest used for sending the request. |