ToolContextToolbar<T>(GUIContent, IList<T>)
Makes a toolbar populated with the specified collection of editor tool contexts.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static void ToolContextToolbar<T>(GUIContent content, IList<T> contexts) where T : EditorToolContext
Parameters
An optional prefix label to display before the toolbar. Pass null to omit this prefix.
The collection of editor tools for the toolbar.