depthMask property
void Function(bool)
get
depthMask
Implementation
void Function(_i2.bool) get depthMask => (_i2.bool p0) => _i4.callMethod(
_i4.getProperty(
this,
'depthMask',
),
r'call',
[
this,
p0,
],
);
set
depthMask
(void value(bool))
Implementation
set depthMask(void Function(_i2.bool) value) {
_i4.setProperty(
this,
'depthMask',
_i4.allowInterop(value),
);
}