this.mask._graphics.clear();
this.mask._graphics.fillRect(rect.x, rect.y, rect.width, rect.height);
输入
this.mask.node.scale = 1
之后 整体mask就不生效了
this.mask._graphics.clear();
this.mask._graphics.fillRect(rect.x, rect.y, rect.width, rect.height);
输入
this.mask.node.scale = 1
之后 整体mask就不生效了