EditorGUILayout.EditorToolbar

public static void EditorToolbar(params EditorTool[] tools);
public static void EditorToolbar(IList<T> tools);

Parameters

toolsThe collection of editor tools for the toolbar.

Description 描述

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