motionTracking property

bool? motionTracking
final

Whether motion tracking is on or off. Web only Enabled by default when the motion tracking control is present,so that the POV (point of view) follows the orientation of the device. This is primarily applicable to mobile devices. If motionTracking is set to false while motionTrackingControl is enabled, the motion tracking control appears but tracking is off. The user can tap the motion tracking control to toggle this option.

Implementation

final bool? motionTracking;