Expose Simulation.RequestStartPlay() to cpp.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-20 17:17:53 +02:00
parent d3b920dfc1
commit 2293bd5fe0

View File

@@ -1307,6 +1307,11 @@ namespace FlaxEditor
AnimGraphDebugFlow?.Invoke(debugFlow);
}
internal static void Internal_RequestStartPlay()
{
Instance.Simulation.RequestStartPlay();
}
[MethodImpl(MethodImplOptions.InternalCall)]
internal static extern int Internal_ReadOutputLogs(string[] outMessages, byte[] outLogTypes, long[] outLogTimes);