Version: 2022.1
언어: 한국어

EditorGUI.SelectableLabel

매뉴얼로 전환
public static void SelectableLabel (Rect position, string text, GUIStyle style= EditorStyles.label);

파라미터

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

설명

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