Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ISearchNode

Interface representing a query node.
Read time 1 minuteLast updated 11 days ago

Definition

public interface ISearchNode : IQueryNode

Properties

Property

Description

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

Inheritance