referenceFrame property

GyroscopeLocalCoordinateSystem get referenceFrame

Implementation

GyroscopeLocalCoordinateSystem get referenceFrame =>
    GyroscopeLocalCoordinateSystem.fromValue(
        js_util.getProperty(this, 'referenceFrame'));
set referenceFrame (GyroscopeLocalCoordinateSystem newValue)

Implementation

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