优化代码

This commit is contained in:
monitor1394
2021-05-25 23:45:15 +08:00
parent 7057cce129
commit 4892de1435
9 changed files with 136 additions and 91 deletions

View File

@@ -14,7 +14,8 @@ namespace XCharts
{
void Init();
void Update();
void Draw(VertexHelper vh);
void DrawBase(VertexHelper vh);
void DrawTop(VertexHelper vh);
void OnDrag(PointerEventData eventData);
void OnBeginDrag(PointerEventData eventData);
void OnEndDrag(PointerEventData eventData);