reflectionFormat property

XRReflectionFormat get reflectionFormat

Implementation

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

Implementation

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