2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
14 public static void Log(
string message)
16 INTERNAL_log(message);
19 [MethodImpl(MethodImplOptions.InternalCall)]
20 private static extern void INTERNAL_log(
string message);
static void Log(string message)
Print message to the editor's console