|
|
static readonly GUIStyle | headerStyle = EditorStyles.boldLabel |
| |
| static readonly GUIStyle | foldoutStyle |
| |
|
static readonly GUIContent | iconAdd = new GUIContent("+", "Add") |
| |
|
static readonly GUIContent | iconRemove = new GUIContent("-", "Remove") |
| |
|
static readonly GUIContent | iconUp = new GUIContent("↑", "Up") |
| |
|
static readonly GUIContent | iconDown = new GUIContent("↓", "Down") |
| |
|
static readonly GUIStyle | invisibleButton = "InvisibleButton" |
| |
Definition at line 30 of file ChartEditorHelper.cs.
◆ foldoutStyle
| readonly GUIStyle XCharts.ChartEditorHelper.Styles.foldoutStyle |
|
static |
Initial value:= new GUIStyle(EditorStyles.foldout)
{
font = headerStyle.font,
fontStyle = headerStyle.fontStyle,
}
Definition at line 33 of file ChartEditorHelper.cs.
The documentation for this class was generated from the following file: