Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SearchTreeEntry

This class describes a search tree entry. The search window displays search tree entries in the GraphView.
Read time 1 minuteLast updated 5 days ago

Definition

public class SearchTreeEntry : IComparable<SearchTreeEntry>

Fields

Value

Description

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

Properties

Property

Description

nameThe string used for string comparison against the user filter.