Class TypeOption
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
[FuzzyOption(typeof(Type))]
public class TypeOption : DocumentedOption<Type>, IFuzzyOption
Constructors
TypeOption(Type)
Declaration
public TypeOption(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
TypeOption(Type, bool)
Declaration
public TypeOption(Type type, bool parentOnly)
Parameters
Type |
Name |
Description |
Type |
type |
|
bool |
parentOnly |
|
Methods
Haystack(Type)
Declaration
public static string Haystack(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
SearchResultLabel(Type, string)
Declaration
public static string SearchResultLabel(Type type, string query)
Parameters
Returns
Implements
Extension Methods