Show / Hide Table of Contents

Class CrashReportingSettings

Inheritance
Object
CrashReportingSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.CrashReporting
Assembly: UnityEditor.dll
Syntax
public static class CrashReportingSettings

Properties

captureEditorExceptions

Declaration
public static bool captureEditorExceptions { get; set; }
Property Value
Type Description
Boolean

enabled

Declaration
public static bool enabled { get; set; }
Property Value
Type Description
Boolean

logBufferSize

Declaration
public static uint logBufferSize { get; set; }
Property Value
Type Description
UInt32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX