spatialRendering property

bool spatialRendering

Implementation

bool get spatialRendering => js_util.getProperty(this, 'spatialRendering');
void spatialRendering=(bool newValue)

Implementation

set spatialRendering(bool newValue) {
  js_util.setProperty(this, 'spatialRendering', newValue);
}