mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
3.0
This commit is contained in:
@@ -9,12 +9,11 @@ using TMPro;
|
||||
|
||||
namespace XCharts.Runtime
|
||||
{
|
||||
|
||||
[Serializable]
|
||||
/// <summary>
|
||||
/// Theme.
|
||||
/// |主题相关配置。
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class Theme : ScriptableObject
|
||||
{
|
||||
[SerializeField] private ThemeType m_ThemeType = ThemeType.Default;
|
||||
|
||||
Reference in New Issue
Block a user