Show / Hide Table of Contents

Class EditorStyles

Inheritance
Object
EditorStyles
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class EditorStyles

Properties

| Improve this Doc View Source

boldFont

Declaration
public static Font boldFont { get; }
Property Value
Type Description
Font
| Improve this Doc View Source

boldLabel

Declaration
public static GUIStyle boldLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

centeredGreyMiniLabel

Declaration
public static GUIStyle centeredGreyMiniLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

colorField

Declaration
public static GUIStyle colorField { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

foldout

Declaration
public static GUIStyle foldout { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

foldoutPreDrop

Declaration
public static GUIStyle foldoutPreDrop { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

helpBox

Declaration
public static GUIStyle helpBox { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

inspectorDefaultMargins

Declaration
public static GUIStyle inspectorDefaultMargins { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

inspectorFullWidthMargins

Declaration
public static GUIStyle inspectorFullWidthMargins { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

label

Declaration
public static GUIStyle label { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

largeLabel

Declaration
public static GUIStyle largeLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

layerMaskField

Declaration
public static GUIStyle layerMaskField { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniBoldFont

Declaration
public static Font miniBoldFont { get; }
Property Value
Type Description
Font
| Improve this Doc View Source

miniBoldLabel

Declaration
public static GUIStyle miniBoldLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniButton

Declaration
public static GUIStyle miniButton { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniButtonLeft

Declaration
public static GUIStyle miniButtonLeft { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniButtonMid

Declaration
public static GUIStyle miniButtonMid { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniButtonRight

Declaration
public static GUIStyle miniButtonRight { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniFont

Declaration
public static Font miniFont { get; }
Property Value
Type Description
Font
| Improve this Doc View Source

miniLabel

Declaration
public static GUIStyle miniLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniPullDown

Declaration
public static GUIStyle miniPullDown { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

miniTextField

Declaration
public static GUIStyle miniTextField { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

numberField

Declaration
public static GUIStyle numberField { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

objectField

Declaration
public static GUIStyle objectField { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

objectFieldMiniThumb

Declaration
public static GUIStyle objectFieldMiniThumb { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

objectFieldThumb

Declaration
public static GUIStyle objectFieldThumb { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

popup

Declaration
public static GUIStyle popup { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

radioButton

Declaration
public static GUIStyle radioButton { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

standardFont

Declaration
public static Font standardFont { get; }
Property Value
Type Description
Font
| Improve this Doc View Source

structHeadingLabel

Declaration
[Obsolete("structHeadingLabel is deprecated, use EditorStyles.label instead.")]
public static GUIStyle structHeadingLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

textArea

Declaration
public static GUIStyle textArea { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

textField

Declaration
public static GUIStyle textField { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toggle

Declaration
public static GUIStyle toggle { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toggleGroup

Declaration
public static GUIStyle toggleGroup { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toolbar

Declaration
public static GUIStyle toolbar { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toolbarButton

Declaration
public static GUIStyle toolbarButton { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toolbarDropDown

Declaration
public static GUIStyle toolbarDropDown { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toolbarPopup

Declaration
public static GUIStyle toolbarPopup { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

toolbarTextField

Declaration
public static GUIStyle toolbarTextField { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

whiteBoldLabel

Declaration
public static GUIStyle whiteBoldLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

whiteLabel

Declaration
public static GUIStyle whiteLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

whiteLargeLabel

Declaration
public static GUIStyle whiteLargeLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

whiteMiniLabel

Declaration
public static GUIStyle whiteMiniLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

wordWrappedLabel

Declaration
public static GUIStyle wordWrappedLabel { get; }
Property Value
Type Description
GUIStyle
| Improve this Doc View Source

wordWrappedMiniLabel

Declaration
public static GUIStyle wordWrappedMiniLabel { get; }
Property Value
Type Description
GUIStyle

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