dataFormatPreference property

Iterable<XRDepthDataFormat> dataFormatPreference

Implementation

Iterable<XRDepthDataFormat> get dataFormatPreference =>
    XRDepthDataFormat.fromValues(
        js_util.getProperty(this, 'dataFormatPreference'));
void dataFormatPreference=(Iterable<XRDepthDataFormat> newValue)

Implementation

set dataFormatPreference(Iterable<XRDepthDataFormat> newValue) {
  js_util.setProperty(
      this, 'dataFormatPreference', newValue.map((e) => e.value));
}