Version: 2022.3
언어: 한국어

RemoveRequest

class in UnityEditor.PackageManager.Requests

/

다음으로부터 상속:PackageManager.Requests.Request

매뉴얼로 전환

설명

Represents an asynchronous request to remove a package from the project.

The PackageManager Client class returns a RemoveRequest instance when you call the Client.Remove method to remove a package from your project. Use this object to determine when the request is complete.

변수

PackageIdOrNameThe package being removed by this request.

상속된 멤버

변수

ErrorThe error returned by the request, if any.
IsCompletedWhether the request is complete.
StatusThe request status.