Interface MegaTrackerSensorOptions
- 命名空間
- easyar
MegaTrackerSensorOptions MegaTracker中的感應器選項。
屬性
isAcceExternalControl
加速度計數據是否由外部控制,預設為false。 傳入true時,使用者必須在 EasyARSession.start 前呼叫wx.startLocationUpdate或相應開啟加速度計監聽介面。 必須在 EasyARSession.stop 後才能呼叫wx.stopAccelerometer或相應停止加速度計監聽介面。
isAcceExternalControl?: boolean;
isGeoExternalControl
GPS數據是否由外部控制,預設為false。 傳入true時,使用者必須在 EasyARSession.start 前呼叫wx.startLocationUpdate或相應開啟GPS數據監聽介面。 必須在 EasyARSession.stop 後才能呼叫wx.stopLocationUpdate或相應停止GPS數據監聽介面。
isGeoExternalControl?: boolean;