AddChild(AdvancedDropdownItem)
Adds the given AdvancedDropdownItem child to the children list.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public void AddChild(AdvancedDropdownItem child)
Parameters
AdvancedDropdownItem to be added to the children list.