path
The unique identifier of this toolbar element.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor.CoreModule
public string path { get; set; }
Remarks
This path specifies the element to refresh when you use MainToolbar.Refresh to refresh the visual or state of a toolbar element. To group elements together in the main toolbar context menu use the delimiter in the path. For example, "My Elements/My Button".
/