Unity - Scripting API: UIElements.DropdownMenu.AppendSeparator
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Declaration
public void AppendSeparator(string subMenuPath);
Parameters
| Parameter | Description |
|---|---|
| subMenuPath | The submenu path to add the separator to. Path components are delimited by forward slashes ('/'). |
Description
Adds a separator line in the menu.
The separator is added at the end of the current item list.