Class Client
Assembly: UnityEditor.dll
Syntax
public static class Client
Methods
|
Improve this Doc
View Source
Add(String)
Declaration
public static AddRequest Add(string packageIdOrName)
Parameters
Type |
Name |
Description |
String |
packageIdOrName |
|
Returns
|
Improve this Doc
View Source
List(Boolean)
Declaration
public static ListRequest List(bool offlineMode = false)
Parameters
Type |
Name |
Description |
Boolean |
offlineMode |
|
Returns
|
Improve this Doc
View Source
Remove(String)
Declaration
public static RemoveRequest Remove(string packageIdOrName)
Parameters
Type |
Name |
Description |
String |
packageIdOrName |
|
Returns
|
Improve this Doc
View Source
ResetToEditorDefaults()
Declaration
public static ResetToEditorDefaultsRequest ResetToEditorDefaults()
Returns
|
Improve this Doc
View Source
Search(String)
Declaration
public static SearchRequest Search(string packageIdOrName)
Parameters
Type |
Name |
Description |
String |
packageIdOrName |
|
Returns
|
Improve this Doc
View Source
SearchAll()
Declaration
public static SearchRequest SearchAll()
Returns