Version: 2021.2
언어: 한국어

EditorGUILayout.ToolContextToolbarForTarget

매뉴얼로 전환
public static void ToolContextToolbarForTarget (GUIContent content, Object target);

파라미터

content An optional prefix label. Pass null to omit the label.
target The target object. This may be either a Component or an Editor.

설명

Makes a toolbar populated with the collection of EditorToolContext that match the EditorToolContextAttribute.targetType of the target object.