Version: 2022.2
언어: 한국어

QueryBlock

class in UnityEditor.Search

매뉴얼로 전환

설명

A query block is the visual element of a query node in a query.

In example, shader=lit will be a query filter block with QueryBlock.name equal to shader, QueryBlock.value equal to lit and the QueryBlock.op equal to =.

변수

contextSearch context that composed this query block.
nameName of the block.
opFilter operator (i.e. :, =, <, >, etc.) of the block if any.
sourceQuery builder source that compose this block.
valueValue of the block.

Public 함수

ApplyThis method is invoked when a selected search proposition must be applied to the builder search query.
ToStringReturns the text filter of the block.