EditorGUI.SelectableLabel 可选择标签


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

Parameters参数

  • position
    Rectangle on the screen to use for the field.
    屏幕上的矩形区域    
  • text
    The text to show.     // 显示的文本
  • obj
    The object the field shows. // 字段显示的物体
  • style
    Optional GUIStyle. // 可选样式

Description描述

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

制作一个可选择标签字段。(通常用于显示只读信息,可以被复制粘贴)


,