ShowDropDown(bool)
Allow to set the visibility of the drop down button.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor
public void ShowDropDown(bool show)
Parameters
True if the dropdown is visible, false otherwise.