Version: 2023.2

ClearCacheRequest

class in UnityEditor.PackageManager.Requests

/

继承自:PackageManager.Requests.Request

切换到手册

描述

Represents an asynchronous request to clear the global package cache on the disk.

The PackageManager Client class returns a ClearCacheRequest instance when you call the Client.ClearCache method to empty the global package cache. Use this object to determine when the request is complete and if it succeeded.

继承的成员

变量

Error请求返回的错误(如果有)。
IsCompleted请求是否已完成。
Status请求状态。