This commit is contained in:
monitor1394
2022-05-31 08:17:54 +08:00
parent 5740882d1c
commit e370bedc09
9 changed files with 117 additions and 56 deletions

View File

@@ -154,6 +154,7 @@ namespace XCharts.Runtime
}
}
#if UNITY_EDITOR
public static bool ExistAssetFile()
{
return System.IO.File.Exists("Assets/XCharts/Resources/XCSettings.asset");
@@ -184,6 +185,7 @@ namespace XCharts.Runtime
}
return null;
}
#endif
public static bool AddCustomTheme(Theme theme)
{