LogType 日志类型
Enumeration
The type of the log message in the delegate registered with Application.RegisterLogCallback.
在Application.RegisterLogCallback委托注册的日志消息的类型。
参见:Application.RegisterLogCallback.
Values值
-
LogType used for Errors.
用于错误的日志类型。 -
LogType used for Asserts. (These indicate an error inside Unity itself.)
用于断言(Assert)的日志类型(这些表明Unity自身的一个错误)。 -
LogType used for Warnings.
用于警告(Warning)的日志类型。 -
LogType used for regular log messages.
用于普通日志消息的日志类型。 -
LogType used for Exceptions.
用于异常的日志类型。
最后修改:2011年5月15日 Sunday 20:49