Version: 2022.3
Experimental: this API is experimental and might be changed or removed in the future.

SearchTreeGroupEntry

class in UnityEditor.Experimental.GraphView

/

继承自:Experimental.GraphView.SearchTreeEntry

切换到手册

描述

该类描述了搜索树中的组条目。搜索树显示在搜索窗口中。

无法选择或搜索组条目。只有在搜索窗口中未应用过滤器时,才能展开或折叠组条目。

构造函数

SearchTreeGroupEntry

继承的成员

变量

content搜索条目的文本和图标。
level搜索树中的条目等级。
name用于根据用户过滤器进行字符串比较的字符串。
userData用户指定的对象,用于将特定于应用程序的数据附加到搜索树条目。