Version: 2017.3

EditorGUI.SelectableLabel

Switch to Manual
public static void SelectableLabel (Rect position, string text, GUIStyle style= EditorStyles.label);

Parameters

position @param position Прямоугольник, в котором будет находиться метка.
text The text to show.
style @param style Необязательный стиль GUIStyle.

Description

Make a selectable label field. (Useful for showing read-only info that can be copy-pasted.)