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

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

691. 骨骼动画如何响应点击事件? [ 56%]

...n(Laya.Event.CLICK,this,onclickHuman);   function onclickHuman(){ console.log("onclickHuman"); } https://www.cnblogs.com/Jackie-Snow/p/8487607.html 网上的这个方式试了,没用,按照网上说是没有设置width与height 但是这个宽和高通过getBounds取出来是0 2018-09-09 添加...

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

692. Animation创建时无法获取高度 [ 56%]

....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

693. 获取Sprite位置问题 [ 56%]

...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

694. Cannot read property 'events' of undefined [ 56%]

...entDispatcher.prototype,"_events",{enumerable:false,writable:true}); 手动log"laya"时发现为undefined 附件 : --> 2018-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 皮 赞同来自:   2018-10-09 0 1 ...

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

695. 打包成app后有图片不显示 [ 56%]

...ca - 知识达人 赞同来自: 建议你在android_studio或XCode中搜下log,看看这个图片的执行流程是否有报错 2017-12-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 HenryZhang 相关问题 请问LayaAir中如何使...

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

696. 打包android app后运行报错? [ 56%]

... 0 0 分享 微博 QZONE 微信 zsq 赞同来自: 附件是报错的日志 log.rar 2018-08-09 0 0 分享 微博 QZONE 微信 zsq 赞同来自: 完全新建的官方示例也是同样的报错,求解决方法 2018-08-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问...

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

697. 请教个问题:如何重绘sharedCanvas [ 56%]

...aredCanvas” 我的代码如下: if (message.cmd == "render") { console.log("重置共享数据域"); let sharedCanvas = Laya.Browser.window.sharedCanvas; sharedCanvas.width = 0; sharedCanvas.height = 0; // let tempMatrix = message.matrix; // let matrix = new Laya.Matrix(); // matrix.a = tempMatr...

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

698. 区块地图-滚动地图 [ 55%]

...* 地图加载完成的回调 */ private completeHandler(): void { console.log("地图创建完成"); console.log("ClientW:" + Browser.clientWidth + " ClientH:" + Browser.clientHeight); Laya.stage.on(Laya.Event.RESIZE, this, this.resize); this.resize(); } //鼠标按下拖动地图 private mouseDown...

来源: Laya2.0_示例 发布时间: 20241119

699. Error processing "setBreakpoints"错误 [ 55%]

...误 List下使用 localToGlobal 获取坐标错误 laya如何重写console.log 打印错误跟信息到自己写的日志面板上 空项目的情况下面ios打包出现链表错误 IOS使用Laya.GeoLocation错误 Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 打开...

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

700. 如何获得特效的宽高 [ 55%]

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

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