spatialRendering property
bool?
get
spatialRendering
Implementation
_i2.bool? get spatialRendering => _i4.getProperty(
this,
'spatialRendering',
);
set
spatialRendering
(bool? value)
Implementation
set spatialRendering(_i2.bool? value) {
_i4.setProperty(
this,
'spatialRendering',
value ?? _i6.undefined,
);
}