referenceFrame property

Implementation

OrientationSensorLocalCoordinateSystem get referenceFrame =>
    OrientationSensorLocalCoordinateSystem.fromValue(
        js_util.getProperty(this, 'referenceFrame'));
void referenceFrame=(OrientationSensorLocalCoordinateSystem newValue)

Implementation

set referenceFrame(OrientationSensorLocalCoordinateSystem newValue) {
  js_util.setProperty(this, 'referenceFrame', newValue.value);
}