(type)
| 357 | } |
| 358 | |
| 359 | getObjectComponent(type) { |
| 360 | let {objectTypes} = this.props; |
| 361 | return objectTypes[type]; |
| 362 | } |
| 363 | |
| 364 | getCanvas() { |
| 365 | let {width, height} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected