lodMinClamp property

double lodMinClamp

Implementation

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

Implementation

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