UnityWebRequestAsyncOperation

class in UnityEngine.Networking

切换到手册

描述

UnityWebRequest.SendWebRequest() 返回的异步操作对象。

您可以执行 yield 操作,直到异步操作对象继续执行,在 AsyncOperation.completed 中注册一个事件处理程序,或手动检查该对象是已完成 (AsyncOperation.isDone) 还是正在进行中 (AsyncOperation.progress)。

变量

webRequest返回创建操作的相关 UnityWebRequest。