depthBiasSlopeScale property

double depthBiasSlopeScale

Implementation

double get depthBiasSlopeScale =>
    js_util.getProperty(this, 'depthBiasSlopeScale');
void depthBiasSlopeScale=(double newValue)

Implementation

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