textureType property

XRTextureType textureType

Implementation

XRTextureType get textureType =>
    XRTextureType.fromValue(js_util.getProperty(this, 'textureType'));
void textureType=(XRTextureType newValue)

Implementation

set textureType(XRTextureType newValue) {
  js_util.setProperty(this, 'textureType', newValue.value);
}