Reset AOT Assemblies game cooker cache when Flax.Build gets modified

This commit is contained in:
Wojtek Figat
2023-04-05 19:17:53 +02:00
parent 09bd7c696b
commit a9b706becf
3 changed files with 21 additions and 7 deletions

View File

@@ -40,6 +40,11 @@ public:
/// </summary>
API_PROPERTY() static int32 GetCompilationsCount();
/// <summary>
/// Gets the full path to the Flax.Build app.
/// </summary>
API_PROPERTY() static String GetBuildToolPath();
/// <summary>
/// Checks if last scripting building failed due to errors.
/// </summary>