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