textureType property

XRTextureType get textureType

Implementation

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

Implementation

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