This version of Unity is unsupported.

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.