UnityEditor.ASEditorBackend.Testing_SetExceptionHandler C# (CSharp) 메소드

Testing_SetExceptionHandler() 개인적인 정적인 메소드

private static Testing_SetExceptionHandler ( string exceptionHandlerClass, string exceptionHandlerFunction ) : void
exceptionHandlerClass string
exceptionHandlerFunction string
리턴 void
        private static void Testing_SetExceptionHandler(string exceptionHandlerClass, string exceptionHandlerFunction)
        {
            AssetServer.SaveString("s_ExceptionHandlerClass", exceptionHandlerClass);
            AssetServer.SaveString("s_ExceptionHandlerFunction", exceptionHandlerFunction);
        }