AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
XCharts.ChartEditorHelper.Styles Class Reference

Static Public Attributes

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"
 

Detailed Description

Definition at line 30 of file ChartEditorHelper.cs.

Member Data Documentation

◆ 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: