Table of Contents

Interface MegaTrackerSensorOptions

네임스페이스
easyar

MegaTracker의 센서 옵션입니다.

속성

isAcceExternalControl

가속도계 데이터가 외부에서 제어되는지 여부이며 기본값은 false입니다. true를 전달하면 사용자는 EasyARSession.start 전에 wx.startLocationUpdate 또는 해당 가속도계 리스닝 활성화 인터페이스를 호출해야 합니다. wx.stopAccelerometer 또는 해당 가속도계 리스닝 중지 인터페이스는 EasyARSession.stop 후에만 호출해야 합니다.

isAcceExternalControl?: boolean;

isGeoExternalControl

GPS 데이터가 외부에서 제어되는지 여부이며 기본값은 false입니다. true를 전달하면 사용자는 EasyARSession.start 전에 wx.startLocationUpdate 또는 해당 GPS 데이터 리스닝 활성화 인터페이스를 호출해야 합니다. wx.stopLocationUpdate 또는 해당 GPS 데이터 리스닝 중지 인터페이스는 EasyARSession.stop 후에만 호출해야 합니다.

isGeoExternalControl?: boolean;