baseMipLevel property

int get baseMipLevel

Implementation

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

Implementation

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