AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
LiquidChartEditor.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(LiquidChart),
false
)]
17
public
class
LiquidChartEditor
:
BaseChartEditor
18
{
19
}
20
}
XCharts
Definition:
RewardChart.cs:14
XCharts.LiquidChartEditor
Editor class used to edit UI LiquidChart.
Definition:
LiquidChartEditor.cs:17
XCharts.BaseChartEditor
Editor class used to edit UI BaseChart.
Definition:
BaseChartEditor.cs:19
Assets
XCharts
Editor
LiquidChartEditor.cs
Github
|
About
| Developed with ❤️ in India