diff --git a/Source/Editor/Editor.cs b/Source/Editor/Editor.cs index 9a9500b7b..811599d9c 100644 --- a/Source/Editor/Editor.cs +++ b/Source/Editor/Editor.cs @@ -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);