BuildRoot()
Implement this method to generate the content of the drop-down. This method is called when the drop-down is being shown.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected abstract AdvancedDropdownItem BuildRoot()
Returns
Type | Description |
|---|---|
| AdvancedDropdownItem | Root of the list. |