depthOrArrayLayers property

int get depthOrArrayLayers

Implementation

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

Implementation

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