• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 251 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)

11. 设置transform.localRotation之后,就不能再使用transform.rotate了 [ 93%]

设置transform.localRotation之后,就不能再使用transform.rotate了 laya3D, ... var ele=eleroot.getChildAt(0).clone(); ele.transform.position=new Laya.Vector3(0, 0, 0); scene.addChild(ele); ... ele.transform.rotate(new Laya.Vector3(10, 0, 0), true); //这里会有效 ele.transform.localRo...

来源: Laya_社区 发布时间: 20170323

12. layaair2.0 提示不到对象属性。 [ 92%]

...邀请: 与内容相关的链接 提交 1 个回复 hj 赞同来自: light.transform.worldMatrix.setForward(new Vector3(0, -5, 1));方向光那个这样写,我们会修改文档 下面这个是var scene:Scene3D = Laya.loader.getRes("LayaScene_01/loveScene.ls") 2018-10-07 0 0 分享 微博 QZONE ...

来源: Laya_社区 发布时间: 20180927

13. 为什么我获取不到鼠标滚轮的delta值,我查看laya.events.Event 里面没有这个属性 [ 92%]

...amera = this.scene.addChild(new Laya.Camera()) as Laya.Camera; this.camera.transform.position = new Laya.Vector3(0, 0, 5); this.camera.transform.rotate(new Laya.Vector3(0, 0, 0), true, false); Laya.stage.on(Event.MOUSE_WHEEL,this,this.onMouseWheel); } private onMouseWheel(e:Event):void { e. //没有...

来源: Laya_社区 发布时间: 20170321

14. 加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” [ 91%]

加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” 我从unity工程导出prefab到layaair中使用,根据文档中的介绍,使用如下代码加载prefab资源,             Laya.Sprite3D.load("res/prefabs/Conventional/SampleScene.lh", Laya...

来源: Laya_社区 发布时间: 20211009

15. timer.loop帧率高于物理帧率移动父级导致子物体本地坐标异常 [ 90%]

...liderShape = new Laya.CompoundColliderShape();             this.cube.transform.localPosition = new Laya.Vector3();         }         let pos = this.cubeP.transform.position;         pos.z += dis;         this.cubeP.transform.position = pos;         if(this.cube.transform.lo...

来源: Laya_社区 发布时间: 20200223

16. sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale [ 89%]

...position或者scale 试了一下好像不行,无论是Laya.Tween.to(lamp.transform, {localScale:Vector3.zero}, 500); 还是Laya.Tween.to(lamp.transform.localScale, {x:1, y:1, z:1}, 500);都没有反应,是不是我调用的方式不对呢 ? 2017-06-30 添加评论 免费帖 --> 分享 微博 Q...

来源: Laya_社区 发布时间: 20170630

17. ios微信clone特效会导致特效的mesh无法显示 [ 88%]

...ra = scene.addChild( new Laya.Camera(0, 0.1, 100) ) as Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 2, 4)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); Laya.Sprite3D.load( "res/test_mesh2.lh", Laya.Handler.create(this, function (sprite: Laya.Sprite3D): void { va...

来源: Laya_社区 发布时间: 20220721

18. 相机(3D物体)旋转之后,xyz还是之前那个方向 [ 87%]

...后,xyz还是之前那个方向 没旋转之前走动正常 this.camera.transform.localRotation先旋转 this.camera.transform.translate(this._tempVector3,false); 再移动 控制y轴向前走,斜着走或者是后面走,反正不正常   2020-09-09 添加评论 免费帖 --> 分享 微博 Q...

来源: Laya_社区 发布时间: 20200909

19. 用layaair如何加載蒙皮動畫,请问怎么加载.lm文件和.ani文件,有沒有實例可以看下 [ 87%]

...eshSprite3D(Laya.Mesh.load("3d/man/CunMinNan-cunminnan.lm")); this.roleMan.transform.localScale = new Laya.Vector3(0.01, 0.01, 0.01); this.roleMan.transform.localPostion = new Laya.Vertor3(0,-0.5,-3); this.scene.addChild(this.roleMan); //添加蒙皮动画组件 var anniRoleMan = this.roleMan.addCom...

来源: Laya_社区 发布时间: 20180731

20. laya as发布玩一玩到Xcode工程,编译报错 [ 86%]

...编译报错 level=1, code=-1, info1=Execute JS Error![TypeError: this.ctx.transform is not a function. (In 'this.ctx.transform(a,b,c,d,tx,ty)', 'this.ctx.transform' is an instance of RectTransform)]: line = 6253, column = 21, sourceURL = /var/containers/Bundle/Application/2DE21169-C5AF-439A-9F39-D3...

来源: Laya_社区 发布时间: 20181009