Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

AddChild(TreeViewItem<T>)

public void AddChild(TreeViewItem<TIdentifier> child)

Parameters

TreeViewItem to be added to the children list.