EditorToolbar
Makes a toolbar populated with the specified collection of editor tools.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
EditorToolbar(EditorTool[])
Makes a toolbar populated with the specified collection of editor tools.
public static void EditorToolbar(params EditorTool[] tools)
Parameters
The collection of editor tools for the toolbar.
EditorToolbar<T>(IList<T>)
Makes a toolbar populated with the specified collection of editor tools.
public static void EditorToolbar<T>(IList<T> tools) where T : EditorTool
Parameters
The collection of editor tools for the toolbar.