C# Класс UnityEditor.Web.CrashReportingAccess

Наследование: CloudServiceAccess
Показать файл Открыть проект

Открытые методы

Метод Описание
EnableService ( bool enabled ) : void
GetCaptureEditorExceptions ( ) : bool
GetServiceDisplayName ( ) : string
GetServiceName ( ) : string
IsServiceEnabled ( ) : bool
SetCaptureEditorExceptions ( bool captureEditorExceptions ) : void

Приватные методы

Метод Описание
CrashReportingAccess ( ) : System

Описание методов

EnableService() публичный Метод

public EnableService ( bool enabled ) : void
enabled bool
Результат void

GetCaptureEditorExceptions() публичный Метод

public GetCaptureEditorExceptions ( ) : bool
Результат bool

GetServiceDisplayName() публичный Метод

public GetServiceDisplayName ( ) : string
Результат string

GetServiceName() публичный Метод

public GetServiceName ( ) : string
Результат string

IsServiceEnabled() публичный Метод

public IsServiceEnabled ( ) : bool
Результат bool

SetCaptureEditorExceptions() публичный Метод

public SetCaptureEditorExceptions ( bool captureEditorExceptions ) : void
captureEditorExceptions bool
Результат void