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