Class EditorStyles
Assembly: UnityEditor.dll
Syntax
public sealed class EditorStyles
Properties
|
Improve this Doc
View Source
boldFont
Declaration
public static Font boldFont { get; }
Property Value
|
Improve this Doc
View Source
boldLabel
Declaration
public static GUIStyle boldLabel { get; }
Property Value
|
Improve this Doc
View Source
centeredGreyMiniLabel
Declaration
public static GUIStyle centeredGreyMiniLabel { get; }
Property Value
|
Improve this Doc
View Source
colorField
Declaration
public static GUIStyle colorField { get; }
Property Value
|
Improve this Doc
View Source
foldout
Declaration
public static GUIStyle foldout { get; }
Property Value
|
Improve this Doc
View Source
foldoutPreDrop
Declaration
public static GUIStyle foldoutPreDrop { get; }
Property Value
|
Improve this Doc
View Source
helpBox
Declaration
public static GUIStyle helpBox { get; }
Property Value
|
Improve this Doc
View Source
inspectorDefaultMargins
Declaration
public static GUIStyle inspectorDefaultMargins { get; }
Property Value
|
Improve this Doc
View Source
inspectorFullWidthMargins
Declaration
public static GUIStyle inspectorFullWidthMargins { get; }
Property Value
|
Improve this Doc
View Source
label
Declaration
public static GUIStyle label { get; }
Property Value
|
Improve this Doc
View Source
largeLabel
Declaration
public static GUIStyle largeLabel { get; }
Property Value
|
Improve this Doc
View Source
layerMaskField
Declaration
public static GUIStyle layerMaskField { get; }
Property Value
|
Improve this Doc
View Source
miniBoldFont
Declaration
public static Font miniBoldFont { get; }
Property Value
|
Improve this Doc
View Source
miniBoldLabel
Declaration
public static GUIStyle miniBoldLabel { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle miniButton { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle miniButtonLeft { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle miniButtonMid { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle miniButtonRight { get; }
Property Value
|
Improve this Doc
View Source
miniFont
Declaration
public static Font miniFont { get; }
Property Value
|
Improve this Doc
View Source
miniLabel
Declaration
public static GUIStyle miniLabel { get; }
Property Value
|
Improve this Doc
View Source
miniPullDown
Declaration
public static GUIStyle miniPullDown { get; }
Property Value
|
Improve this Doc
View Source
miniTextField
Declaration
public static GUIStyle miniTextField { get; }
Property Value
|
Improve this Doc
View Source
numberField
Declaration
public static GUIStyle numberField { get; }
Property Value
|
Improve this Doc
View Source
objectField
Declaration
public static GUIStyle objectField { get; }
Property Value
|
Improve this Doc
View Source
objectFieldMiniThumb
Declaration
public static GUIStyle objectFieldMiniThumb { get; }
Property Value
|
Improve this Doc
View Source
objectFieldThumb
Declaration
public static GUIStyle objectFieldThumb { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle popup { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle radioButton { get; }
Property Value
|
Improve this Doc
View Source
standardFont
Declaration
public static Font standardFont { get; }
Property Value
|
Improve this Doc
View Source
structHeadingLabel
Declaration
[Obsolete("structHeadingLabel is deprecated, use EditorStyles.label instead.")]
public static GUIStyle structHeadingLabel { get; }
Property Value
|
Improve this Doc
View Source
textArea
Declaration
public static GUIStyle textArea { get; }
Property Value
|
Improve this Doc
View Source
textField
Declaration
public static GUIStyle textField { get; }
Property Value
|
Improve this Doc
View Source
toggle
Declaration
public static GUIStyle toggle { get; }
Property Value
|
Improve this Doc
View Source
toggleGroup
Declaration
public static GUIStyle toggleGroup { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle toolbar { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle toolbarButton { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle toolbarDropDown { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static GUIStyle toolbarPopup { get; }
Property Value
|
Improve this Doc
View Source
toolbarTextField
Declaration
public static GUIStyle toolbarTextField { get; }
Property Value
|
Improve this Doc
View Source
whiteBoldLabel
Declaration
public static GUIStyle whiteBoldLabel { get; }
Property Value
|
Improve this Doc
View Source
whiteLabel
Declaration
public static GUIStyle whiteLabel { get; }
Property Value
|
Improve this Doc
View Source
whiteLargeLabel
Declaration
public static GUIStyle whiteLargeLabel { get; }
Property Value
|
Improve this Doc
View Source
whiteMiniLabel
Declaration
public static GUIStyle whiteMiniLabel { get; }
Property Value
|
Improve this Doc
View Source
wordWrappedLabel
Declaration
public static GUIStyle wordWrappedLabel { get; }
Property Value
|
Improve this Doc
View Source
wordWrappedMiniLabel
Declaration
public static GUIStyle wordWrappedMiniLabel { get; }
Property Value
Extension Methods