Constructor AwaitableTextureDownload
AwaitableTextureDownload()
Parameter-less constructor, required for inheritance.
Declaration
protected AwaitableTextureDownload()
AwaitableTextureDownload(Uri, bool)
Default constructor.
Declaration
public AwaitableTextureDownload(Uri url, bool nonReadable)
Parameters
Type | Name | Description |
---|---|---|
Uri | url | Texture URI to request |
bool | nonReadable | If true, resulting texture is not CPU readable (uses less memory) |