3.0 - namespace

This commit is contained in:
monitor1394
2022-02-19 22:37:57 +08:00
parent ce5aeb2d98
commit e72349a69f
306 changed files with 306 additions and 236 deletions

View File

@@ -1,7 +1,7 @@

using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/BarChart", 14)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/CandlestickChart", 23)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/HeatmapChart", 18)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/LineChart", 13)]
[ExecuteInEditMode]

View File

@@ -1,7 +1,7 @@

using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// 水位图

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/ParallelChart", 25)]
[ExecuteInEditMode]

View File

@@ -1,7 +1,7 @@

using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/PieChart", 15)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/PolarChart", 23)]
[ExecuteInEditMode]

View File

@@ -1,7 +1,7 @@

using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/RadarChart", 16)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/RingChart", 20)]
[ExecuteInEditMode]

View File

@@ -1,7 +1,7 @@

using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/ScatterChart", 17)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/SimplifiedBarChart", 27)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/SimplifiedCandlestickChart", 28)]
[ExecuteInEditMode]

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[AddComponentMenu("XCharts/SimplifiedLineChart", 26)]
[ExecuteInEditMode]