작업 조건 분석 기능 개발
This commit is contained in:
14
Assets/Chart And Graph/Script/BarChart/IBarGenerator.cs
Normal file
14
Assets/Chart And Graph/Script/BarChart/IBarGenerator.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
#define Graph_And_Chart_PRO
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace ChartAndGraph
|
||||
{
|
||||
public interface IBarGenerator
|
||||
{
|
||||
void Generate(float normalizedSize,float scale);
|
||||
void Clear();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user