AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
RadarChartEditor.cs
1 /******************************************/
2 /* */
3 /* Copyright (c) 2018 monitor1394 */
4 /* https://github.com/monitor1394 */
5 /* */
6 /******************************************/
7 
8 using UnityEditor;
9 
10 namespace XCharts
11 {
15 
16  [CustomEditor(typeof(RadarChart), false)]
18  {
19  }
20 }
XCharts
Definition: RewardChart.cs:14
XCharts.RadarChartEditor
Editor class used to edit UI RadarChart.
Definition: RadarChartEditor.cs:17
XCharts.BaseChartEditor
Editor class used to edit UI BaseChart.
Definition: BaseChartEditor.cs:19