mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
3.0 - unitypackage
This commit is contained in:
10
Runtime/Internal/Misc/ISerieContainer.cs
Normal file
10
Runtime/Internal/Misc/ISerieContainer.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
public interface ISerieContainer
|
||||
{
|
||||
//bool runtimeIsPointerEnter { get; }
|
||||
int index { get; }
|
||||
bool IsPointerEnter();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user