이 페이지가 있는 버전:
이 페이지가 없는 버전:
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 =.
shader=lit
shader
lit
=