spatialRendering property
bool
get
spatialRendering
Implementation
bool get spatialRendering => js_util.getProperty(this, 'spatialRendering');
set
spatialRendering
(bool newValue)
Implementation
set spatialRendering(bool newValue) {
js_util.setProperty(this, 'spatialRendering', newValue);
}