UnityWebRequestAsyncOperation
Asynchronous operation object returned from UnityWebRequest.SendWebRequest (). You can yield until it continues, register an event handler with AsyncOperation.completed, or manually check whether it's done ( AsyncOperation.isDone ) or progress ( AsyncOperation.progress ).
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
- Inherits from: AsyncOperation
public class UnityWebRequestAsyncOperation : AsyncOperation
Properties
Property | Description |
|---|---|
| webRequest | Returns the associated UnityWebRequest that created the operation. |