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,6 +1,6 @@
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// The delegate function for AxisLabel's formatter.

View File

@@ -1,6 +1,6 @@
namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// the layout is horizontal or vertical.

View File

@@ -4,7 +4,7 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
public interface INeedSerieContainer
{

View File

@@ -1,5 +1,5 @@

namespace XCharts
namespace XCharts.Runtime
{
/// <summary>
/// 属性变更接口

View File

@@ -1,7 +1,7 @@
using UnityEngine;
namespace XCharts
namespace XCharts.Runtime
{
public interface IRectContext
{

View File

@@ -1,5 +1,5 @@
namespace XCharts
namespace XCharts.Runtime
{
public interface ISerieContainer
{

View File

@@ -3,7 +3,7 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
public interface ISerieDataComponent
{

View File

@@ -3,7 +3,7 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
public interface ISerieExtraComponent
{

View File

@@ -3,7 +3,7 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
public interface ISimplifiedSerie
{

View File

@@ -3,7 +3,7 @@ using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace XCharts
namespace XCharts.Runtime
{
public interface IUpdateRuntimeData
{