Class FuzzyOptionProvider
Inheritance
FuzzyOptionProvider
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class FuzzyOptionProvider : SingleDecoratorProvider<object, IFuzzyOption, FuzzyOptionAttribute>
Properties
cache
Declaration
protected override bool cache { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Overrides
instance
Declaration
public static FuzzyOptionProvider instance { get; }
Property Value
| Type | Description |
|---|---|
| FuzzyOptionProvider |
Methods
IsValid(object)
Declaration
public override bool IsValid(object decorated)
Parameters
| Type | Name | Description |
|---|---|---|
| object | decorated |
Returns
| Type | Description |
|---|---|
| bool |