Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorGUI.SelectableLabel

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

Parameters

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.)