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

Parámetros

positionRectangle on the screen to use for the label.
textThe text to show.
styleOptional GUIStyle.

Descripción

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