작업 조건 분석 기능 개발
This commit is contained in:
16
Assets/Chart And Graph/Script/PieChart/PieInfo.cs
Normal file
16
Assets/Chart And Graph/Script/PieChart/PieInfo.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
#define Graph_And_Chart_PRO
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace ChartAndGraph
|
||||
{
|
||||
public class PieInfo : MonoBehaviour
|
||||
{
|
||||
public PieChart.PieObject pieObject { get; set; }
|
||||
public string Category { get { return pieObject.category; } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user