(...args)
| 205 | } |
| 206 | |
| 207 | beginShape(...args) { |
| 208 | this.currentShape.reset(); |
| 209 | this.updateShapeVertexProperties(); |
| 210 | this.currentShape.beginShape(...args); |
| 211 | } |
| 212 | |
| 213 | endShape(...args) { |
| 214 | this.currentShape.endShape(...args); |
no test coverage detected