(type)
| 206 | return this; |
| 207 | } |
| 208 | shape(type) { |
| 209 | this.shape = type; |
| 210 | if (this.shape === 'sprite') { |
| 211 | this.layerModel = { |
| 212 | spriteAnimate: true |
| 213 | }; |
| 214 | } |
| 215 | return this; |
| 216 | } |
| 217 | active() { |
| 218 | return this; |
| 219 | } |
no outgoing calls
no test coverage detected