Interface IDownloadProvider
Provides a mechanism for loading external resources from a URI
Namespace: GLTFast.Loading
Assembly: solution.dll
Syntax
public interface IDownloadProvider
Methods
| Name | Description |
|---|---|
| Request(Uri) | Sends a URI request |
| RequestTexture(Uri, bool) | Sends a URI request to load a texture |