* @function ThreeLayer.prototype.getCanvas * @description 获取 three 图层画布。 * @returns {HTMLCanvasElement} three 图层画布。
()
| 252 | * @returns {HTMLCanvasElement} three 图层画布。 |
| 253 | */ |
| 254 | getCanvas() { |
| 255 | return this.renderer.getCanvas(); |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * @function ThreeLayer.prototype.remove |
no outgoing calls
no test coverage detected