大约有 1,744 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0050 秒)
Laya_社区(1319) Laya3.0_api(178) Laya2.0_文档(87) laya_api(60) Laya2.0_api(40) Laya3.0_文档(33) Laya_示例(24) Laya2.0_示例(3)
...要将模型放大?orthographicVerticalSize起了什么作用?camera的position的(x,y,z)对应的坐标系是什么?试了好多参数,不能明白各个设置的作用,官方也没有相应的说明,根本不知道怎么用。 接这个问题:https://ask.layabox.com/question/6...
来源: Laya_社区 发布时间: 20170809
...的链接 提交 3 个回复 Marco ⊙.⊙ 赞同来自: camera.transform.position 和camera._up 如果 只是因为小数位过长 就吧整个数归零吗? 我怀疑是底层的camera._up 输出有问题哈 2024-10-30 0 0 分享 微博 QZONE 微信 谷主 赞同来自: _up是个随时在改...
来源: Laya_社区 发布时间: 20241030
...his.iframe.src = "https://www.layabox.com/"; this.iframe.style.position = "fixed"; this.iframe.style.top = "0"; this.iframe.style.bottom = "0"; this.iframe.style.left = "0"; this.iframe.style.right = "0"; this.iframe.style.wi...
来源: Laya_社区 发布时间: 20240304
...无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 求高人分...
来源: Laya_社区 发布时间: 20180315
...) { teapot = scene.addChild(new Laya.MeshSprite3D(mesh)); teapot.transform.position = new Laya.Vector3(0, 1.75, 2); teapot.transform.rotate(new Laya.Vector3(-90, 0, 0), false, false); })); //实例PBR材质 var pbrMat = new Laya.PBRStandardMaterial(); //开启该材质的反射 pbrMat.enableReflecti...
来源: Laya2.0_文档 发布时间: 20210715
...20个扇形平成的圆环 this.m_vLastPos = this.m_circle.transform.localPosition; for(index = 0; index < 10; index++){ var circle = Laya.Sprite3D.instantiate(this.m_circle) this.m_pillar.addChild(circle); this.m_arrCircle.push(circle); this.m_vLastPos.y -= 60; circle.transform.localPosition = t...
来源: Laya_社区 发布时间: 20180809
...vg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); 怎么运行上边这段代码呢?打开谷歌浏览器,随便打开一个空白网页,F12,把上面的代码粘贴到控制台,然后...
来源: Laya3.0_文档 发布时间: 20251010
...:深圳南山 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分...
来源: Laya_社区 发布时间: 20180616
...无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 2d拖尾效果...
来源: Laya_社区 发布时间: 20220531
...型。 file.accept="image/png";//设置文件的格式为png; file.style.position ="absolute"; file.style.zIndex = 999; Browser.document.body.appendChild(file);//添加到页面; file.onchange = function(e):void { if(file.files.length>0) { fileReader.readAsDataURL(file.files[0]); } }; var fil...
来源: Laya_社区 发布时间: 20180529