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);
        }