referenceFrame property
AccelerometerLocalCoordinateSystem
get
referenceFrame
Implementation
AccelerometerLocalCoordinateSystem get referenceFrame =>
AccelerometerLocalCoordinateSystem.fromValue(
js_util.getProperty(this, 'referenceFrame'));
set
referenceFrame
(AccelerometerLocalCoordinateSystem newValue)
Implementation
set referenceFrame(AccelerometerLocalCoordinateSystem newValue) {
js_util.setProperty(this, 'referenceFrame', newValue.value);
}