Namespace GLTFast.Loading
Classes
AwaitableDownload
Default IDownload implementation that loads URIs via UnityWebRequest
AwaitableTextureDownload
Default ITextureDownload implementation that loads texture URIs via UnityWebRequest.
CustomHeaderDownload
Download that allows modifying the HTTP request before it's sent
CustomHeaderDownloadProvider
DownloadProvider that sends HTTP request with custom header entries
CustomHeaderTextureDownload
Texture download that allows modifying the HTTP request before it's sent
DefaultDownloadProvider
Default IDownloadProvider implementation
Structs
HttpHeader
Represents an HTTP request header key-value pair
Interfaces
IDownload
Provides a mechanism to inspect the progress and result of a download or file access request
IDownloadProvider
Provides a mechanism for loading external resources from a URI
ITextureDownload
Provides a mechanism to inspect the progress and result of a texture download or texture file access request