欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

layabox 3D物体位移

程序员文章站 2022-04-03 12:29:21
...
//控制物体位移
this.camera.transform.translate(new Laya.Vector3(-1, 0, -1),true);
//物体的中心点
this.camera.transform.position = new Laya.Vector3(this.camera.transform.position.x, 2, this.camera.transform.position.z); 

 

相关标签: layabox