优化图表细节

This commit is contained in:
monitor1394
2024-01-13 22:11:01 +08:00
parent 3c233d1cb1
commit 5a5ad1e108
8 changed files with 11 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ namespace XCharts.Runtime
/// </summary>
[Serializable]
[DisallowMultipleComponent]
[ComponentHandler(typeof(BackgroundHandler), false)]
[ComponentHandler(typeof(BackgroundHandler), false, 0)]
public class Background : MainComponent
{
[SerializeField] private bool m_Show = true;