大约有 43 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0124 秒)
Node.prototype.removeChildren移除计数有问题 直接看源码,此问题不管高低版本都存在: removeChildren(beginIndex = 0, endIndex = 0x7fffffff) { if (this._children && this._children.length > 0) { var childs = this._children; if (beginIndex === 0 && endIndex &g...
来源: Laya_社区 发布时间: 20201103
IDE动画 添加过程出现图片资源丢失 建了一个ide动画,导出完成后,加载json文件。 在loadAnimation("cxmj/Animation/shazi.ani"); .paly()时候报错,提示图片丢失。 lost: games/cxmj/shaizi/1.png parse animation fail:ani1,empty animation created 图片数据应该...
来源: Laya_社区 发布时间: 20170105
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/Event" Event Class Event Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事...
来源: Laya3.0_api 发布时间: 20231115
[LayaAir 3.0]3.0.7微信小游戏开发环境Spine3.7报错 web没问题,发布微信小游戏开发环境报错,无法加载骨骼动画。 附件 : --> 2023-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...
来源: Laya_社区 发布时间: 20231115
unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function var role3D: Laya.Sprite3D = Laya.loader.getRes("res/lk4.lh") as Laya.Sprite3D; //加载到场景 scene.addChild(role3D); //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播...
来源: Laya_社区 发布时间: 20191203
layacmd 安装不成功 C:\Users\Administrator\AppData\Roaming\npm\node_modules\layacmd\node_modules\ele ctron\install.js:48 throw err ^ Error: read ECONNRESET at exports._errnoException (util.js:1022:11) at TLSWrap.onread (net.js:569:26) C:\Users\Administrator\AppData\Roaming\npm `-- (empty) npm E...
来源: Laya_社区 发布时间: 20171124
2.3.0beta 各种bug 最最无语的是,断点不能打在.ts里面,非得打bundle.js!!!,真不知道是啥想法 错误代码编译也能通过,修改 typescript({ check: true, //Set to false to avoid doing any diagnostic checks on the code ...
来源: Laya_社区 发布时间: 20191017
API DocumentationAll Packages | All Classes | Index | Frames No Frames EventProperties | Methods | Constants Packagelaya.eventsClasspublic dynamic class EventInheritanceEvent Object Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames EventProperties | Methods | Constants Packagelaya.eventsClasspublic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传...
来源: laya_api 发布时间: 20170929
如何能监听到TouchStart和TouchEnd事件 如何能监听到TouchStart和TouchEnd事件 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_U...
来源: Laya_社区 发布时间: 20170601