Class GUISettings
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class GUISettings
Properties
|
Improve this Doc
View Source
cursorColor
Declaration
public Color cursorColor { get; set; }
Property Value
|
Improve this Doc
View Source
cursorFlashSpeed
Declaration
public float cursorFlashSpeed { get; set; }
Property Value
|
Improve this Doc
View Source
doubleClickSelectsWord
Declaration
public bool doubleClickSelectsWord { get; set; }
Property Value
|
Improve this Doc
View Source
selectionColor
Declaration
public Color selectionColor { get; set; }
Property Value
|
Improve this Doc
View Source
tripleClickSelectsLine
Declaration
public bool tripleClickSelectsLine { get; set; }
Property Value
Extension Methods