Class Styling
Common styles used for Post-processing editor controls.
Namespace: UnityEditor.Rendering.PostProcessing
Syntax
public static class Styling : object
Fields
headerLabel
Style for effect header labels.
Declaration
public static readonly GUIStyle headerLabel
Field Value
Type | Description |
---|---|
GUIStyle |
miniLabelButton
Style for the labels in the toolbar of each effect.
Declaration
public static readonly GUIStyle miniLabelButton
Field Value
Type | Description |
---|---|
GUIStyle |
preLabel
Style for the curve editor position info.
Declaration
public static readonly GUIStyle preLabel
Field Value
Type | Description |
---|---|
GUIStyle |
smallTickbox
Style for the override checkbox.
Declaration
public static readonly GUIStyle smallTickbox
Field Value
Type | Description |
---|---|
GUIStyle |
wheelLabel
Style for the trackball labels.
Declaration
public static readonly GUIStyle wheelLabel
Field Value
Type | Description |
---|---|
GUIStyle |
wheelThumb
Style for the trackball cursors.
Declaration
public static readonly GUIStyle wheelThumb
Field Value
Type | Description |
---|---|
GUIStyle |
wheelThumbSize
Size of the trackball cursors.
Declaration
public static readonly Vector2 wheelThumbSize
Field Value
Type | Description |
---|---|
Vector2 |
Properties
headerBackground
Color of effect header backgrounds.
Declaration
public static Color headerBackground { get; }
Property Value
Type | Description |
---|---|
Color |
paneOptionsIcon
Option icon used in effect headers.
Declaration
public static Texture2D paneOptionsIcon { get; }
Property Value
Type | Description |
---|---|
Texture2D |
splitter
Color of UI splitters.
Declaration
public static Color splitter { get; }
Property Value
Type | Description |
---|---|
Color |