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

파라미터

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

설명

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