mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
3.0
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
@@ -20,7 +19,6 @@ namespace XCharts.Runtime
|
||||
|
||||
public PolarCoordContext context = new PolarCoordContext();
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Whether to show the polor component.
|
||||
/// |是否显示极坐标。
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
using System;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
@@ -24,7 +23,6 @@ namespace XCharts.Runtime
|
||||
DrawPolar(vh, component);
|
||||
}
|
||||
|
||||
|
||||
private void DrawPolar(VertexHelper vh, PolarCoord polar)
|
||||
{
|
||||
PolarHelper.UpdatePolarCenter(polar, chart.chartPosition, chart.chartWidth, chart.chartHeight);
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
using UnityEngine;
|
||||
|
||||
namespace XCharts.Runtime
|
||||
|
||||
Reference in New Issue
Block a user