增加Commentlayer设置层级

This commit is contained in:
monitor1394
2025-03-22 09:24:46 +08:00
parent 8bc66ca30a
commit 9e07617cc4
6 changed files with 48 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ namespace XCharts.Runtime
/// </summary>
public Vector3 chartPosition { get { return m_ChartPosition; } }
public Rect chartRect { get { return m_ChartRect; } }
public Painter topPainter { get { return m_PainterTop; } }
/// <summary>
/// The callback function of chart init.
/// ||图表的初始化完成回调。