* 启动渲染循环
()
| 568 | * 启动渲染循环 |
| 569 | */ |
| 570 | private _startRenderLoop(): void { |
| 571 | if (this._animationFrameId !== null) { |
| 572 | return; |
| 573 | } |
| 574 | this._lastTime = performance.now(); |
| 575 | this._renderLoop(); |
| 576 | } |
| 577 | |
| 578 | /** |
| 579 | * 渲染循环 |
no test coverage detected