RemoveRequest
Represents an asynchronous request to remove a package from the project.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.PackageManager.Requests
- Assembly: UnityEditor.CoreModule
- Inherits from: Request
- Implements: ISerializationCallbackReceiver
public sealed class RemoveRequest : Request, ISerializationCallbackReceiver
Remarks
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.
Properties
Property | Description |
|---|---|
| PackageIdOrName | The package being removed by this request. |