Version: 5.6

EditorGUI.SelectableLabel

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

Parámetros

position Rectangle on the screen to use for the label.
text The text to show.
style Optional GUIStyle.

Descripción

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