EditorGUILayout.EditorToolbarForTarget

Switch to Manual
public static void EditorToolbarForTarget (Object target);
public static void EditorToolbarForTarget (GUIContent content, Object target);

Parameters

targetThe target object.
contentAn optional prefix label.

Description

Makes a toolbar populated with the collection of editor tools that match the EditorToolAttribute of the target object.