class in UnityEngine
General settings for how the GUI behaves.
有关GUI如何表现的标准设置。
These are shared by all elements in a GUISkin.
这些设置被所有在GUISkin中的元素共享。
cursorColor | The color of the cursor in text fields. 文本字段中光标的颜色。 |
cursorFlashSpeed | The speed of text field cursor flashes. 文本字段中的光标闪烁速度。 |
doubleClickSelectsWord | Should double-clicking select words in text fields. 在文本字段可以双击选择单词。 |
selectionColor | The color of the selection rect in text fields. 文本字段选择矩形的颜色。 |
tripleClickSelectsLine | Should triple-clicking select whole text in text fields. 在文本字段可以三次点击选择正行文本。 |