TreeView<TIdentifier>.DefaultStyles
Default styles used by the TreeView class.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Class
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public static class TreeView<TIdentifier>.DefaultStyles
Static Fields
Value | Description |
|---|---|
| backgroundEven | Background style used for alternating row background colors when enabling TreeView<TIdentifier>.showAlternatingRowBackgrounds. |
| backgroundOdd | Background style used for alternating row background colors when enabling TreeView<TIdentifier>.showAlternatingRowBackgrounds. |
| boldLabel | Bold label with alternative text color when selected and/or focused. |
| boldLabelRightAligned | Right aligned bold label with alternative text color when selected and/or focused. |
| foldoutLabel | The label that is used for foldout label with alternative text color when selected and/or focused. |
| label | Left aligned label with alternative text color when selected and/or focused. |
| labelRightAligned | Right aligend label with alternative text color when selected and/or focused. |