occlusionQuerySet property

GPUQuerySet occlusionQuerySet

Implementation

GPUQuerySet get occlusionQuerySet =>
    js_util.getProperty(this, 'occlusionQuerySet');
void occlusionQuerySet=(GPUQuerySet newValue)

Implementation

set occlusionQuerySet(GPUQuerySet newValue) {
  js_util.setProperty(this, 'occlusionQuerySet', newValue);
}