拼ui 一些业务逻辑x实现
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace EasyChart
|
||||
{
|
||||
internal interface IChartGeometryModule
|
||||
{
|
||||
void OnGeometryChanged(GeometryChangedEvent evt);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user