Class WebRequestAsync
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
public class WebRequestAsync : IEnumerator
- Inheritance
-
WebRequestAsync
- Implements
-
- Inherited Members
-
Constructors
WebRequestAsync(WebRequestCommand, Action<WebRequestCommand>)
public WebRequestAsync(WebRequestCommand command, Action<WebRequestCommand> action)
Parameters
command
WebRequestCommand
action
Action<WebRequestCommand>
Properties
Command
public WebRequestCommand Command { get; }
Property Value
- WebRequestCommand
Current
public object Current { get; }
Property Value
- object
IsDone
public bool IsDone { get; }
Property Value
- bool
IsProgress
public bool IsProgress { get; }
Property Value
- bool
Request
public UnityWebRequest Request { get; }
Property Value
- UnityWebRequest
Methods
MoveNext()
Returns
- bool
Reset()
Events
OnComplete
public event Action<WebRequestAsync> OnComplete
Event Type
- Action<WebRequestAsync>