Esempio n. 1
0
 static void ErrorCallback(Flex.ErrorSeverity type, IntPtr msg, IntPtr file, int line)
 {
     //Debug.LogError("" + type + " - " + Marshal.PtrToStringAnsi(msg) + "\nFile - " + Marshal.PtrToStringAnsi(file) + " (" + line + ")");
 }
Esempio n. 2
0
 private void ErrorCallback(Flex.ErrorSeverity severity, String msg, String file, int line)
 {
     Debug.LogError(severity + ": " + msg + "\t[FILE: " + file + ": " + line + "]");
 }