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