mipLevelCount property

int mipLevelCount

Implementation

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

Implementation

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