baseMipLevel property

int baseMipLevel

Implementation

int get baseMipLevel => js_util.getProperty(this, 'baseMipLevel');
void baseMipLevel=(int newValue)

Implementation

set baseMipLevel(int newValue) {
  js_util.setProperty(this, 'baseMipLevel', newValue);
}