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

SearchTreeEntry

class in UnityEditor.Experimental.GraphView

매뉴얼로 전환

설명

This class describes a search tree entry. The search window displays search tree entries in the GraphView.

변수

contentThe text and icon of the search entry.
levelThe level of the entry in the search tree.
nameThe string used for string comparison against the user filter.
userDataA user specified object for attaching application specific data to a search tree entry.

생성자

SearchTreeEntry