depthBias property

int depthBias

Implementation

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

Implementation

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