EditorGUILayout.EditorToolbarForTarget

Declaration

public static void EditorToolbarForTarget(Object target);

Declaration

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.


Did you find this page useful? Please give it a rating: