Version: Unity 6.5 (6000.5)
  • Supported
  • Legacy
LanguageEnglish
  • C#
Removed

TreeViewItem

class in UnityEditor.IMGUI.Controls

/

Inherits from:IMGUI.Controls.TreeViewItem_1

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Obsolete TreeViewItem is now deprecated. You can likely now use TreeViewItem<int> instead and not think more about it. But if you were using that identifier to store InstanceID data, you should instead opt to upgrade your TreeViews to use TreeViewItem<InstanceID> to get the proper typing.

Description

The TreeViewItem is used to build the tree representation of a tree data structure.

The TreeViewItem can be derived from to add custom data.

Additional resources: TreeView.

Inherited Members

Properties

PropertyDescription
children The list of child items of this TreeViewItem.
depth The depth refers to how many ancestors this item has, and corresponds to the number of horizontal ‘indents’ this item has.
displayName Name shown for this item when rendered.
hasChildren Returns true if children has any items.
icon If set, this icon will be rendered to the left of the displayName. The icon is rendered at 16x16 points by default.
id Unique ID for an item.
parent The parent of this TreeViewItem. If it is null then it is considered the root of the TreeViewItem tree.

Public Methods

MethodDescription
AddChild Helper method that adds the child TreeViewItem to the children list and sets the parent property on the child.

Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.

Copyright ©2005-2026 Unity Technologies. All rights reserved. Built from job ID 70950424. Built on: 2026年07月02日.

AltStyle によって変換されたページ (->オリジナル) /