Version: 2018.1
public static void SelectableLabel (Rect position, string text, GUIStyle style= EditorStyles.label);

Parameters

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

Description

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