增加UIToggle扩展组件

This commit is contained in:
monitor1394
2024-12-10 08:49:41 +08:00
parent f5ec47c105
commit 33b71dc711
3 changed files with 9 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ namespace XCharts.Runtime
{
[SerializeField] private bool m_DebugModel = false;
[SerializeField] protected UIComponentTheme m_Theme = new UIComponentTheme();
[SerializeField] private Background m_Background = new Background() { show = true };
[SerializeField] protected Background m_Background = new Background() { show = true };
protected bool m_DataDirty;
private ThemeType m_CheckTheme = 0;