LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

EditorGUI.SelectableLabel

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

Parameters

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

Description

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