stencilReadMask property

int stencilReadMask

Implementation

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

Implementation

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