reflectionFormat property

XRReflectionFormat reflectionFormat

Implementation

XRReflectionFormat get reflectionFormat => XRReflectionFormat.fromValue(
    js_util.getProperty(this, 'reflectionFormat'));
void reflectionFormat=(XRReflectionFormat newValue)

Implementation

set reflectionFormat(XRReflectionFormat newValue) {
  js_util.setProperty(this, 'reflectionFormat', newValue.value);
}