Method ShouldRetryDownloadError
ShouldRetryDownloadError(UnityWebRequestResult)
Determines if the web request can be retried based on its result info.
Declaration
public virtual bool ShouldRetryDownloadError(UnityWebRequestResult uwrResult)
Parameters
| Type | Name | Description | 
|---|---|---|
| UnityWebRequestResult | uwrResult | Result info about the web request.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true if the web request can be retried. Otherwise returns false.  |