Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Debug

class in UnityEngine

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Class containing methods to ease debugging while developing a game.

Variables Estáticas

developerConsoleVisibleReports whether the development console is visible. The development console cannot be made to appear using:
isDebugBuildIn the Build Settings dialog there is a check box called "Development Build".
loggerGet default debug logger.

Funciones Estáticas

AssertAssert a condition and logs a formatted error message to the Unity console on failure.
AssertFormatAssert a condition and logs a formatted error message to the Unity console on failure.
BreakPausa el editor.
ClearDeveloperConsoleLimpia errores de la consola.
DrawLineDibuja una línea entre los puntos de inicio y fin especificados.
DrawRayDraws a line from start to start + dir in world coordinates.
LogLogs message to the Unity Console.
LogAssertionA variant of Debug.Log that logs an assertion message to the console.
LogAssertionFormatLogs a formatted assertion message to the Unity console.
LogErrorA variant of Debug.Log that logs an error message to the console.
LogErrorFormatLogs a formatted error message to the Unity console.
LogExceptionA variant of Debug.Log that logs an error message from an exception to the console.
LogFormatLogs a formatted message to the Unity Console.
LogWarningA variant of Debug.Log that logs a warning message to the console.
LogWarningFormatLogs a formatted warning message to the Unity Console.