Interface ISearchResult
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public interface ISearchResult
Properties
relevance
Declaration
float relevance { get; }
Property Value
| Type | Description |
|---|---|
| float |
result
Declaration
object result { get; }
Property Value
| Type | Description |
|---|---|
| object |