Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

StackTraceLogType

enumeration

Description

Stack trace logging options.

Additional resources: Application.stackTraceLogType.

Properties

NoneNo stack trace will be outputed to log.
ScriptOnlyOnly managed stack trace will be outputed.
FullNative and managed stack trace will be logged.