Interface IDownload
Provides a mechanism to inspect the progress and result of a download or file access request
Inherited Members
Namespace: GLTFast.Loading
Assembly: solution.dll
Syntax
public interface IDownload : IDisposable
Properties
| Name | Description |
|---|---|
| Data | Resulting data |
| Error | Error message in case the request failed. Null otherwise. |
| IsBinary | True if the result is a glTF-binary, false if it is not. No value if determining the glTF type was not possible or failed. |
| Success | True, if the request was successful |
| Text | Resulting data as text |