UnityEngine.DebugLogHandler.LogException C# (CSharp) Méthode

LogException() public méthode

public LogException ( Exception exception, UnityEngine context ) : void
exception System.Exception
context UnityEngine
Résultat void
        public void LogException(Exception exception, UnityEngine.Object context)
        {
            Internal_LogException(exception, context);
        }