Class SearchRequest
Implements
Inherited Members
Namespace: UnityEditor.PackageManager.Requests
Assembly: UnityEditor.dll
Syntax
[Serializable]
public sealed class SearchRequest : Request<PackageInfo[]>, ISerializationCallbackReceiver
Properties
| Improve this Doc View SourcePackageIdOrName
Gets the package being searched
Declaration
public string PackageIdOrName { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceGetResult()
Declaration
protected override PackageInfo[] GetResult()
Returns
Type | Description |
---|---|
PackageInfo[] |
Overrides
UnityEditor.PackageManager.Requests.Request<UnityEditor.PackageManager.PackageInfo[]>.GetResult()