mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
增加UISlider扩展组件
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user