大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0012 秒)
... 平移变换的定义如下: /** * 平移变换。 * @param translation 移动距离。 * @param isLocal 是否局部空间。 */ translate(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.t...
来源: Laya3.0_文档 发布时间: 20241014