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.

LogType

enumeration

Cambiar al Manual

Descripción

The type of the log message in Debug.logger.Log or delegate registered with Application.RegisterLogCallback.

See Also: Logger, ILogger, Debug.logger, Application.RegisterLogCallback.

Variables

ErrorLogType used for Errors.
AssertLogType used for Asserts. (These could also indicate an error inside Unity itself.)
WarningLogType used for Warnings.
LogLogType used for regular log messages.
ExceptionLogType used for Exceptions.