整理和重构代码

This commit is contained in:
monitor1394
2022-12-07 13:16:06 +08:00
parent 84a8e6ca19
commit d67a922a74
11 changed files with 33 additions and 160 deletions

View File

@@ -36,6 +36,11 @@ namespace XCharts.Runtime
/// </summary>
public Vector3 graphPosition { get { return m_GraphPosition; } }
public Rect graphRect { get { return m_GraphRect; } }
public Vector2 graphSizeDelta { get { return m_GraphSizeDelta; } }
public Vector2 graphPivot { get { return m_GraphPivot; } }
public Vector2 graphMinAnchor { get { return m_GraphMinAnchor; } }
public Vector2 graphMaxAnchor { get { return m_GraphMaxAnchor; } }
public Vector2 graphAnchoredPosition { get { return m_GraphAnchoredPosition; } }
/// <summary>
/// The postion of pointer.
/// |鼠标位置。