ResetToEditorDefaultsRequest
Represents an asynchronous request to reset the project packages to the current Editor default configuration.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.PackageManager.Requests
- Assembly: UnityEditor.CoreModule
- Inherits from: Request
- Implements: ISerializationCallbackReceiver
public sealed class ResetToEditorDefaultsRequest : Request, ISerializationCallbackReceiver
Remarks
The PackageManager Client class returns a ResetToEditorDefaultsRequest instance when you call the ResetToEditorDefaultsRequest method to reset the packages in your project to the current Editor defaults. Use this object to determine when the request is complete.