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

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

181. 请问,如何获得StandardMaterial,为什么transformUV始终是null [ 58%]

...为什么transformUV始终是null var material = mesh.meshRender.material; console.log(material.transformUV); 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 ymsdandan 赞同来自: 有没有可能是你...

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

182. [LayaAir3]spine 销毁时不会自动销毁定时器 [ 57%]

...如何获得场景内的元素 web端打包发布后能不能自动删除console.log spine动画播放后图集错乱 微信小游戏与加载图片时不会触发erroe事件 Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个...

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

183. Animation创建时无法获取高度 [ 57%]

...his.root.addChild( roleAni ); roleAni.pivotY = roleAni.getBounds().height; console.log("---> ", roleAni.getBounds() ); 打印为 ---> Rectangle {x: 0, y: 0, width: 0, height: 0}修改anchorY值无效 2017-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

184. 获取Sprite位置问题 [ 57%]

...域 var bound:Laya.Rectangle = this.body.getBounds();  //this.pos(100,0); console.log(-bound.width/2 + " --- "+ -bound.height/2); }  onPlayComplete():void{  } } 请问为啥bound.width bound.heigh这是0? 2018-04-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

185. 如何获得特效的宽高 [ 57%]

... ani.once(Laya.Event.LOADED,null,function(ani1){                 console.log(ani1.getGraphicBounds());             });   这样写的话监听不到           2017-06-28 0 1 分享 微博 QZONE 微信 cuixueying 赞同来自: 你用Laya.timer.once加个延迟看下呢? 2017-06...

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

186. 2.0TS3D物体碰撞,如何获取双方包围盒 [ 57%]

...获取双方包围盒 onTriggerStay(other: Laya.PhysicsComponent): void { console.log("box2_onTriggerStay " + this.owner.name + " "+ other.owner.name); let b1:Laya.BoundBox = this.box.meshRenderer.boundingBox; let box2:Laya.MeshSprite3D = other.owner as Laya.MeshSprite3D; let b2:Laya.BoundBox = box2...

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

187. layabox与java交互 [ 57%]

...pe:"test"}; window.conchMarket.login(JSON.stringify(sData),function(data){ console.log(data); // TODO 数据处理. });   调用conchMarket出错 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 浪货...

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

188. 官方的示例贴上来,怎么没反映啊 [ 57%]

...qq.com/cgi- ... ot%3B, "", "get", "text"); function processHandler(data) { console.log(data); } function errorHandler(data) { alert(2); } function completeHandler(e) { alert(1); } } Laya.class(JiHuo, "ui.JiHuo", _super); return JiHuo; })(ui.JiHuoUI); 2018-04-19 添加评论 免费帖 --> 分享 微...

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

189. Laya.Image怎么获取图片的真实大小 [ 57%]

... this.bgImage = Laya.loader.getRes('../laya/assets/comp/bg.jpg');       console.log([this.bgImage.width,this.bgImage.height]); })); 2018-07-30 1 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: width height 不行吗? 2018-07-30 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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

190. touches一直为undefined [ 57%]

...eRockerTouchDown); ......   function onCtrlMoveRockerTouchDown(e) {     console.log("onCtrlMoveRockerTouchDown()");     var touches = e.touches;     if(touches) {     ...取出前两个touch进行计算     } }   请问为什么我的touches一直都是undefined 附件 : --> shoot004.zip...

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