Fix support for codeless game projects

This commit is contained in:
Wojtek Figat
2021-10-05 15:54:55 +02:00
parent cabd06dd53
commit a72ac91ebc
4 changed files with 22 additions and 15 deletions

View File

@@ -97,8 +97,9 @@ public:
/// Invokes the Flax.Build tool in the current project workspace and waits for the process end (blocking). Prints the build tool output to the log. Can be invoked from any thread.
/// </summary>
/// <param name="args">The Flax.Build tool invocation arguments.</param>
/// <param name="workingDir">The custom working directory. Use empty or null to execute build tool in the project folder.</param>
/// <returns>True if failed, otherwise false.</returns>
API_FUNCTION() static bool RunBuildTool(const StringView& args);
API_FUNCTION() static bool RunBuildTool(const StringView& args, const StringView& workingDir = StringView::Empty);
/// <summary>
/// Generates the project files.