Show / Hide Table of Contents

Class GUISettings

Inheritance
Object
GUISettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class GUISettings

Properties

| Improve this Doc View Source

cursorColor

Declaration
public Color cursorColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

cursorFlashSpeed

Declaration
public float cursorFlashSpeed { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

doubleClickSelectsWord

Declaration
public bool doubleClickSelectsWord { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

selectionColor

Declaration
public Color selectionColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

tripleClickSelectsLine

Declaration
public bool tripleClickSelectsLine { get; set; }
Property Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX