UnityEngine.DebugLogHandler.LogException C# (CSharp) Метод

LogException() публичный Метод

public LogException ( Exception exception, UnityEngine context ) : void
exception System.Exception
context UnityEngine
Результат void
        public void LogException(Exception exception, UnityEngine.Object context)
        {
            Internal_LogException(exception, context);
        }