大约有 91 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0035 秒)
...ya.Vector3(); } } /** * 每帧更新时执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 * 此方法为虚方法,使用时重写覆盖即可 */ onUpdate(): void { if (!this.target || !this.camera) return; this.target.transform.position.vsub(this.curpos, this.delatpos);...
来源: Laya3.0_文档 发布时间: 20251010