Table of Contents

Class WebRequestCommand

Namespace
TAssetBundle
Assembly
TAssetBundle.dll
public abstract class WebRequestCommand
Inheritance
WebRequestCommand
Derived
Inherited Members

Fields

OnRetry

public Action<UnityWebRequest> OnRetry

Field Value

Action<UnityWebRequest>

OnStart

public Action<UnityWebRequest> OnStart

Field Value

Action<UnityWebRequest>

_url

protected readonly string _url

Field Value

string

onComplete

public Action<UnityWebRequest> onComplete

Field Value

Action<UnityWebRequest>

onProgress

public Action<UnityWebRequest> onProgress

Field Value

Action<UnityWebRequest>

retryCount

public int retryCount

Field Value

int

useRetry

public bool useRetry

Field Value

bool

Properties

LastDownloadTime

public float LastDownloadTime { get; }

Property Value

float

Url

public string Url { get; }

Property Value

string