Method RequestTexture
RequestTexture(Uri, bool)
Sends a URI request to load a texture
Declaration
public Task<ITextureDownload> RequestTexture(Uri url, bool nonReadable)
Parameters
Type | Name | Description |
---|---|---|
Uri | url | URI to request |
bool | nonReadable | If true, resulting texture is not CPU readable (uses less memory) |
Returns
Type | Description |
---|---|
Task<ITextureDownload> | Object representing the request |