mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-30 05:08:48 +00:00
fixed bug
This commit is contained in:
@@ -47,6 +47,11 @@ namespace XCharts
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public float chartHeight { get { return m_ChartHeight; } }
|
public float chartHeight { get { return m_ChartHeight; } }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// The postion of pointer.
|
||||||
|
/// 鼠标位置
|
||||||
|
/// </summary>
|
||||||
|
public Vector2 pointerPos { get; protected set; }
|
||||||
|
/// <summary>
|
||||||
/// 自定义绘制回调。
|
/// 自定义绘制回调。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Action<VertexHelper> customDrawCallback { set { m_CustomDrawCallback = value; } }
|
public Action<VertexHelper> customDrawCallback { set { m_CustomDrawCallback = value; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user