API 参考camera 模块reset 重置摄像机On this pagereset 重置摄像机reset 类型: MethodDeclaration 定义位置: camera.ts 描述 重置摄像机 返回值 类型: void 源代码 位置: 第 102 行 public reset(): void { this.target = null this.x = 0 this.y = 0 this.rawZoom = 1 this.updateZoom() this.updaters.delete('move') this.updaters.delete('zoom') } 文档生成时间:2025/7/7 12:07:06