增加UISlider扩展组件

This commit is contained in:
monitor1394
2024-12-17 22:19:22 +08:00
parent 33b71dc711
commit 2fc87d03cd
3 changed files with 23 additions and 2 deletions

View File

@@ -100,6 +100,12 @@ namespace XCharts.Runtime
set { if (PropertyUtil.SetClass(ref m_BorderStyle, value)) SetComponentDirty(); }
}
/// <summary>
/// the rect of background.
/// ||背景的矩形区域。
/// </summary>
public Rect rect { get; set; }
public override void SetDefaultValue()
{
m_Show = true;