depthOrArrayLayers property

int depthOrArrayLayers

Implementation

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

Implementation

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