Add support for compiling and running engine without C# scripting
(configurable via `EngineConfiguration.UseCSharp` in Flax.Build)
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
/// Logs a formatted exception message to the Flax Console.
|
||||
/// </summary>
|
||||
/// <param name="exceptionObject">Runtime Exception.</param>
|
||||
static void LogException(MonoObject* exceptionObject);
|
||||
static void LogException(MObject* exceptionObject);
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user