mipLevelCount property

int get mipLevelCount

Implementation

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

Implementation

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