docs.unity3d.com
    Show / Hide Table of Contents

    Class FuzzyOptionTree

    Inheritance
    Object
    FuzzyOptionTree
    EnumOptionTree
    ExtensibleFuzzyOptionTree
    LooseAssemblyNameOptionTree
    MemberOptionTree
    TypeOptionTree
    Namespace: Unity.VisualScripting
    Syntax
    public abstract class FuzzyOptionTree : IFuzzyOptionTree

    Constructors

    FuzzyOptionTree()

    Declaration
    protected FuzzyOptionTree()

    FuzzyOptionTree(GUIContent)

    Declaration
    protected FuzzyOptionTree(GUIContent header)
    Parameters
    Type Name Description
    GUIContent header

    Properties

    favorites

    Declaration
    public virtual ICollection<object> favorites { get; }
    Property Value
    Type Description
    ICollection<Object>
    Implements
    IFuzzyOptionTree.favorites

    header

    Declaration
    public GUIContent header { get; protected set; }
    Property Value
    Type Description
    GUIContent
    Implements
    IFuzzyOptionTree.header

    multithreaded

    Declaration
    public bool multithreaded { get; }
    Property Value
    Type Description
    Boolean
    Implements
    IFuzzyOptionTree.multithreaded

    searchable

    Declaration
    public virtual bool searchable { get; }
    Property Value
    Type Description
    Boolean
    Implements
    IFuzzyOptionTree.searchable

    selected

    Declaration
    public ICollection<object> selected { get; }
    Property Value
    Type Description
    ICollection<Object>
    Implements
    IFuzzyOptionTree.selected

    showBackgroundWorkerProgress

    Declaration
    public bool showBackgroundWorkerProgress { get; protected set; }
    Property Value
    Type Description
    Boolean
    Implements
    IFuzzyOptionTree.showBackgroundWorkerProgress

    Methods

    CanFavorite(Object)

    Declaration
    public virtual bool CanFavorite(object item)
    Parameters
    Type Name Description
    Object item
    Returns
    Type Description
    Boolean
    Implements
    IFuzzyOptionTree.CanFavorite(Object)

    Children(Object)

    Declaration
    public abstract IEnumerable<object> Children(object parent)
    Parameters
    Type Name Description
    Object parent
    Returns
    Type Description
    IEnumerable<Object>
    Implements
    IFuzzyOptionTree.Children(Object)

    FavoritesLabel(Object)

    Declaration
    public virtual string FavoritesLabel(object item)
    Parameters
    Type Name Description
    Object item
    Returns
    Type Description
    String
    Implements
    IFuzzyOptionTree.FavoritesLabel(Object)

    GetNullOption()

    Declaration
    protected virtual IFuzzyOption GetNullOption()
    Returns
    Type Description
    IFuzzyOption

    OnFavoritesChange()

    Declaration
    public virtual void OnFavoritesChange()
    Implements
    IFuzzyOptionTree.OnFavoritesChange()

    Option(Object)

    Declaration
    public virtual IFuzzyOption Option(object item)
    Parameters
    Type Name Description
    Object item
    Returns
    Type Description
    IFuzzyOption
    Implements
    IFuzzyOptionTree.Option(Object)

    OrderedSearchResults(String, CancellationToken)

    Declaration
    public virtual IEnumerable<object> OrderedSearchResults(string query, CancellationToken cancellation)
    Parameters
    Type Name Description
    String query
    CancellationToken cancellation
    Returns
    Type Description
    IEnumerable<Object>
    Implements
    IFuzzyOptionTree.OrderedSearchResults(String, CancellationToken)

    Prewarm()

    Declaration
    public virtual void Prewarm()
    Implements
    IFuzzyOptionTree.Prewarm()

    Root()

    Declaration
    public abstract IEnumerable<object> Root()
    Returns
    Type Description
    IEnumerable<Object>
    Implements
    IFuzzyOptionTree.Root()

    SearchResultLabel(Object, String)

    Declaration
    public virtual string SearchResultLabel(object item, string query)
    Parameters
    Type Name Description
    Object item
    String query
    Returns
    Type Description
    String
    Implements
    IFuzzyOptionTree.SearchResultLabel(Object, String)

    SearchResults(String, CancellationToken)

    Declaration
    public virtual IEnumerable<ISearchResult> SearchResults(string query, CancellationToken cancellation)
    Parameters
    Type Name Description
    String query
    CancellationToken cancellation
    Returns
    Type Description
    IEnumerable<ISearchResult>
    Implements
    IFuzzyOptionTree.SearchResults(String, CancellationToken)

    Extension Methods

    XAnalyserProvider.Analyser(Object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(Object, IGraphContext)
    XAnalyserProvider.Analysis(Object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(Object, IGraphContext)
    XAnalyserProvider.Analyser(Object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(Object, GraphReference)
    XAnalyserProvider.Analysis(Object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(Object, GraphReference)
    XDescriptorProvider.Describe(Object)
    XDescriptorProvider.HasDescriptor(Object)
    XDescriptorProvider.Descriptor(Object)
    XDescriptorProvider.Descriptor<TDescriptor>(Object)
    XDescriptorProvider.Description(Object)
    XDescriptorProvider.Description<TDescription>(Object)
    XFuzzyOptionTreeExtensionProvider.Extensions(IFuzzyOptionTree)
    Cloning.Clone(Object, ICloner, Boolean)
    Cloning.Clone<T>(T, ICloner, Boolean)
    Cloning.CloneViaFakeSerialization(Object)
    Cloning.CloneViaFakeSerialization<T>(T)
    ConversionUtility.IsConvertibleTo(Object, Type, Boolean)
    ConversionUtility.IsConvertibleTo<T>(Object, Boolean)
    ConversionUtility.ConvertTo(Object, Type)
    ConversionUtility.ConvertTo<T>(Object)
    TypeUtility.ToShortString(Object, Int32)
    Serialization.CloneViaSerialization<T>(T, Boolean)
    Serialization.CloneViaSerializationInto<TSource, TDestination>(TSource, ref TDestination, Boolean)
    Serialization.Serialize(Object, Boolean)
    LinqUtility.Yield<T>(T)
    UnityObjectUtility.IsUnityNull(Object)
    UnityObjectUtility.ToSafeString(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023