Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorGUILayout.EditorToolbar

Declaration

public static void EditorToolbar(params EditorTool[] tools);

Declaration

public static void EditorToolbar(IList<T> tools);

Parameters

tools The collection of editor tools for the toolbar.

Description

Makes a toolbar populated with the specified collection of editor tools.