This version of Unity is unsupported.

EditorGUILayout.EditorToolbarForTarget

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

Parameters

target The target object.
content An optional prefix label.

Description

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