![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|
Editor class used to edit UI BarChart. More...


Protected Member Functions | |
| override void | OnEnable () |
| override void | OnEndInspectorGUI () |
Protected Member Functions inherited from XCharts.CoordinateChartEditor | |
| override void | OnEnable () |
| override void | OnStartInspectorGUI () |
| override void | MoreDebugInspector () |
Protected Member Functions inherited from XCharts.BaseChartEditor | |
| virtual void | OnMiddleInspectorGUI () |
| virtual void | OnDebugInspectorGUI () |
| void | BlockStart () |
| void | BlockEnd () |
| void | BlockField (params SerializedProperty[] props) |
| void | BlockListField (bool all, params SerializedProperty[] props) |
| void | BlockListField (bool all, SerieType serieType, params SerializedProperty[] props) |
Additional Inherited Members | |
Public Member Functions inherited from XCharts.BaseChartEditor | |
| override void | OnInspectorGUI () |
Protected Attributes inherited from XCharts.CoordinateChartEditor | |
| SerializedProperty | m_Grids |
| SerializedProperty | m_MultipleXAxis |
| SerializedProperty | m_XAxes |
| SerializedProperty | m_MultipleYAxis |
| SerializedProperty | m_YAxes |
| SerializedProperty | m_DataZooms |
| SerializedProperty | m_VisualMaps |
Protected Attributes inherited from XCharts.BaseChartEditor | |
| BaseChart | m_Chart |
| SerializedProperty | m_Script |
| SerializedProperty | m_MultiComponentMode |
| SerializedProperty | m_EnableTextMeshPro |
| SerializedProperty | m_ChartWidth |
| SerializedProperty | m_ChartHeight |
| SerializedProperty | m_Settings |
| SerializedProperty | m_Theme |
| SerializedProperty | m_Background |
| SerializedProperty | m_Titles |
| SerializedProperty | m_Legends |
| SerializedProperty | m_Tooltips |
| SerializedProperty | m_Vessels |
| SerializedProperty | m_Radars |
| SerializedProperty | m_Series |
| SerializedProperty | m_Large |
| SerializedProperty | m_ChartName |
| SerializedProperty | m_DebugMode |
| float | m_DefaultLabelWidth |
| float | m_DefaultFieldWidth |
| bool | m_ShowAllComponent |
| Dictionary< string, bool > | m_Flodouts = new Dictionary<string, bool>() |
Editor class used to edit UI BarChart.
Definition at line 17 of file BarChartEditor.cs.