EditorGUILayout.EditorToolbarForTarget

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

Parámetros

targetThe target object.
contentAn optional prefix label.

Descripción

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