maxDrawCount property

int get maxDrawCount

Implementation

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

Implementation

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