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

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// The style of area.

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// </summary>

View File

@@ -1,7 +1,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// Settings related to base line.

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// 高亮的图形样式和文本标签样式。

View File

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

View File

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

View File

@@ -3,7 +3,7 @@ using System;
using System.Collections.Generic;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// 图形样式。

View File

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

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// Text label of chart, to explain some data information about graphic item like value, name and so on.

View File

@@ -2,7 +2,7 @@
using System;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// </summary>

View File

@@ -2,7 +2,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// The style of line.

View File

@@ -5,7 +5,7 @@ using UnityEngine;
using TMPro;
#endif
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// Location type. Quick to set the general location.

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
[System.Serializable]
public class StageColor

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// the type of symbol.

View File

@@ -3,7 +3,7 @@ using System;
using UnityEngine;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// Text character limitation and adaptation component. When the length of the text exceeds the set length,

View File

@@ -5,7 +5,7 @@ using UnityEngine;
using TMPro;
#endif
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// Settings related to text.