depthBiasClamp property

double get depthBiasClamp

Implementation

double get depthBiasClamp => js_util.getProperty(this, 'depthBiasClamp');
set depthBiasClamp (double newValue)

Implementation

set depthBiasClamp(double newValue) {
  js_util.setProperty(this, 'depthBiasClamp', newValue);
}