Class GeneralStyles
Inheritance
GeneralStyles
Syntax
public class GeneralStyles : StyleSet
Fields
FoldoutWidth
Declaration
public readonly int FoldoutWidth
Field Value
InitialWorkbenchWidth
Declaration
public readonly int InitialWorkbenchWidth
Field Value
SelectedColor
Declaration
public readonly Color SelectedColor
Field Value
ViewPaneMargin
Declaration
public readonly int ViewPaneMargin
Field Value
Properties
Background
Declaration
public GUIStyle Background { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Bar
Declaration
public GUIStyle Bar { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
ClickableLabel
Declaration
public GUIStyle ClickableLabel { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
EntryEven
Declaration
public GUIStyle EntryEven { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
EntryOdd
Declaration
public GUIStyle EntryOdd { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
EntrySelected
Declaration
public GUIStyle EntrySelected { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Foldout
Declaration
public GUIStyle Foldout { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Declaration
public GUIStyle Header { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
LeftPane
Declaration
public GUIStyle LeftPane { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
NumberLabel
Declaration
public GUIStyle NumberLabel { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
ProfilerGraphBackground
Declaration
public GUIStyle ProfilerGraphBackground { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
RightPane
Declaration
public GUIStyle RightPane { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Declaration
public GUIStyle ToolbarDropDownToggle { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Declaration
public GUIStyle ToolbarPopup { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Declaration
public GUIStyle Tooltip { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Declaration
public GUIStyle TooltipArrow { get; }
Property Value
| Type |
Description |
| GUIStyle |
|
Methods
Init()
Declaration
public override void Init()
Overrides