AddChild(TreeViewItem<TIdentifier>)
Helper method that adds the child TreeViewItem to the TreeViewItem<TIdentifier>.children list and sets the parent property on the child.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor
AddChild(TreeViewItem<T>)
public void AddChild(TreeViewItem<TIdentifier> child)
Parameters
TreeViewItem to be added to the children list.