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

@@ -6,7 +6,7 @@ using UnityEngine;
using TMPro;
#endif
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class BaseAxisTheme : ComponentTheme

View File

@@ -5,7 +5,7 @@ using UnityEngine;
using TMPro;
#endif
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class ComponentTheme : ChildComponent

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class DataZoomTheme : ComponentTheme

View File

@@ -5,7 +5,7 @@ using UnityEngine;
using TMPro;
#endif
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class LegendTheme : ComponentTheme

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class SerieTheme : ChildComponent

View File

@@ -1,7 +1,7 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class SubTitleTheme : ComponentTheme

View File

@@ -7,7 +7,7 @@ using System.Text;
using TMPro;
#endif
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]

View File

@@ -7,7 +7,7 @@ using System.Text;
using TMPro;
#endif
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// 主题

View File

@@ -1,7 +1,7 @@
using System;
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class TitleTheme : ComponentTheme

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class TooltipTheme : ComponentTheme

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[Serializable]
public class VisualMapTheme : ComponentTheme