AppendSeparator(string)
Appends a visual separator to the contextual menu.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public void AppendSeparator(string subMenuPath = "")
Parameters
Optional submenu path the separator belongs to. Pass an empty string for the root menu.