代码优化

This commit is contained in:
monitor1394
2022-12-22 21:51:08 +08:00
parent a5aa630b74
commit d7cfda2521
6 changed files with 25 additions and 17 deletions

View File

@@ -40,6 +40,7 @@ namespace XCharts.Runtime
public bool hideIconIfTextEmpty { set { m_HideIconIfTextEmpty = value; } }
public bool isIconActive { get; private set; }
public bool isAnimationEnd { get; internal set; }
public Rect rect { get; set; }
internal RectTransform objectRect
{