AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
LineChartEditor.cs
1
/************************************************/
2
/* */
3
/* Copyright (c) 2018 - 2021 monitor1394 */
4
/* https://github.com/monitor1394 */
5
/* */
6
/************************************************/
7
8
using
UnityEditor;
9
10
namespace
XCharts
11
{
15
[CustomEditor(typeof(LineChart),
false
)]
16
public
class
LineChartEditor
:
CoordinateChartEditor
17
{
18
protected
override
void
OnEnable()
19
{
20
base.OnEnable();
21
if
(target ==
null
)
return
;
22
m_Chart = (
LineChart
)target;
23
}
24
}
25
}
XCharts.LineChartEditor
Editor class used to edit UI LineChart.
Definition:
LineChartEditor.cs:16
XCharts
Definition:
RewardChart.cs:14
XCharts.LineChart
Definition:
LineChart.cs:17
XCharts.CoordinateChartEditor
Editor class used to edit UI CoordinateChart.
Definition:
CoordinateChartEditor.cs:17
Assets
XCharts
Editor
LineChartEditor.cs
Github
|
About
| Developed with ❤️ in India