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