拼ui 一些业务逻辑x实现
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using EasyChart.Layers;
|
||||
|
||||
namespace EasyChart
|
||||
{
|
||||
public interface IChartHitTestPolicy
|
||||
{
|
||||
bool TryBuildTooltipItems(
|
||||
TooltipContext context,
|
||||
IList<BaseSeriesRenderer> renderers,
|
||||
List<TooltipItem> items,
|
||||
ref Vector2? cursorPosition,
|
||||
ref string categoryLabel);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user