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

SearchTreeEntry

class in UnityEditor.Experimental.UIElements.GraphView

Cambiar al Manual

Descripción

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

Variables

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.

Constructores

SearchTreeEntry