EditorGUI.SelectableLabel Manual     Reference     Scripting  
Scripting > Editor Classes > EditorGUI
EditorGUI.SelectableLabel

static function SelectableLabel (position : Rect, text : String, style : GUIStyle = EditorStyles.label) : void

Parameters

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

Description

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