depthBias property
int
get
depthBias
Implementation
int get depthBias => js_util.getProperty(this, 'depthBias');
set
depthBias
(int newValue)
Implementation
set depthBias(int newValue) {
js_util.setProperty(this, 'depthBias', newValue);
}