Table of Contents

Class DiagnosticsController

네임스페이스
easyar
어셈블리
EasyAR.Sense.dll

현재 ARSession 의 diagnostics controller 입니다. 가장 먼저 끄는 컴포넌트가 아니라 개발 파트너로 두세요.

[DisallowMultipleComponent]
[ExecuteInEditMode]
public class DiagnosticsController : MonoBehaviour
상속
DiagnosticsController

필드

CustomDeveloperModeSwitch

DeveloperModeSwitchCustom 일 때의 사용자 지정 developer mode 스위치입니다. 시스템은 함수 반환값에 따라 언제든 developer mode 를 켜거나 끕니다.

public Func<bool> CustomDeveloperModeSwitch

DeveloperModeSwitch

developer mode 스위치입니다. 기본 스위치(화면을 8번 탭하여 트리거)를 사용하거나 스위치를 사용자 지정하거나 developer mode 의 동등한 대안을 제공할 수 있습니다.

developer mode 를 조용히 끄고 대안을 제공하지 않으면 이후 EasyAR 에 전달되는 문제 피드백이 거부될 수 있습니다. 이는 Mega 사용자에게 특히 중요합니다.

[Tooltip("Developer mode switch. You can use the default switch or define your custom switch or equivalent function to replace develop mode.\nIf you silently disable developer mode and do not provide a replacement, issue feedbacks to EasyAR may be rejected, expecially for Mega users.\n\n开发者模式开关,你可以使用默认的开关(点击屏幕8次触发)或自定义一个开关,或提供开发者模式的等价替代。\n如果你默默地关闭开发者模式且没有提供替代,后续给到EasyAR的问题反馈将可能被拒绝,尤其是对Mega用户而言非常重要。")]
public DiagnosticsController.DeveloperModeSwitchType DeveloperModeSwitch

MessageOutput

메시지 출력 옵션입니다.

public DiagnosticsController.MessageOutputOptions MessageOutput

속성

IsDevMode

developer mode 가 켜져 있는지 여부입니다.

public bool IsDevMode { get; }