Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ISearchNode

interface in UnityEditor.Search


Implements interfaces:IQueryNode

Description

Interface representing a query node.

Properties

exactTrue if the word or text should match exactly, false if it is a "contains" operation.
searchValueWord or text used for the search.