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

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

141. 骨骼动画怎么跳到最后一帧? [ 52%]

..._index * 1000 / _player.cacheFrameRate; 这个算出来的时间不等于_templet.getAniDuration(this._aniClipIndex);动画的持续时间的话,是停止不到最后的状态。 因为传进去的值是int类型,所以不一定除出来的数能等于动画持续时间。 momo199059 • 2018-...

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

142. 加载SK文件时,报错如下:Uncaught getUint16 error - Out of bounds [ 52%]

...报错如下:Uncaught getUint16 error - Out of bounds var roleTemp = new Templet(); roleTemp.on(Event.COMPLETE, this, function(){ var roleAni = roleTemp.buildArmature(1); Laya.stage.addChild(roleAni); }) roleTemp.loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load...

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

143. DOMException: The play() request was interrupted by a call to pause [ 52%]

...aya.Animator发现play方法的存在BUG 龙骨动画play播放时,this._templet.getAnimationCount()报错? 问题状态 最新活动: 2017-08-15 16:42 浏览: 1827 关注: 2 人 popo • 2017-08-15 16:52 这个设置 下播间隔就好 Monica • 2017-08-15 16:55 @popo:不太清楚具体是怎...

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

144. 骨骼动画换装显示不刷新问题 [ 51%]

... ResLoad.getInstance().getAtlasUrl("tiger_sk");  this.mFactory = new Laya.Templet(); this.mFactory.parseData(Laya.loader.getRes(mc_png),Laya.loader.getRes(mc_data));  this.skeleton = this.mFactory.buildArmature(1); 使用下面代码更换骨骼插槽纹理,无法更新显示。 var url = ResLoa...

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

145. 那个熊猫跑酷的实例,as3版是用什么测试的? [ 51%]

...告? 为什么这样没办法移除音效实例 JS 无法实例化 Laya.Templet 官方技术文档里:微信小游戏进阶处理,AS3,TS,JS并不相同,请问关于AS3的wxlocal白名单文件适用于JS和TS吗 请问这两段用as3应该怎么写 为什么SoundChannel需要实例,而Soun...

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

146. 加载sk文件时,报Uncaught getUint16 error - Out of bounds [ 50%]

...览: 1479 关注: 5 人 yyqx1122 • 2018-03-28 10:33 var roleTemp = new Templet(); roleTemp.on(Event.COMPLETE, this, function(){ var roleAni = roleTemp.buildArmature(1); Laya.stage.addChild(roleAni); }) roleTemp.loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load([...

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

147. 使用spine动画,获取里面的节点位置信息不对 [ 50%]

...ine动画,获取里面的节点位置信息不对 我通过遍历_skeleton.templet.mBoneArr,查找到对应的bone对象,.然后从bone对象的 resultTransform 中取得到tx,和ty数据..再用 localToWorld取得该节点的实际坐标数据,但这个数据有时正常,有时不正常,有什么...

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

148. spine适配版运行期间没有spine相关类 [ 50%]

...ya.spine.js,spine-core-3.7.js,在项目代码中可以成功引入SpineTemplet,SpineVersion等相关类,但是运行期间却找不到相关类。demo里在GameUI.ts的onEnble里加入了一句:let templet=new Laya.SpineTemplet(Laya.SpineVersion.v3_7);编译正常,但是运行报错,找...

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

149. 设置骨骼动画停留在某一帧/某一个时间点 [ 50%]

...           armature._curOriginalData = new Float32Array(armature._templet.getTotalkeyframesLength(index));         }         let graphics = armature._getGrahicsDataWithCache(index, frame);         graphics ? armature.graphics = graphics : armature._createGraphics(frame);  ...

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

150. laya.d3.component.animation.UVAnimations [ 49%]

...rameAnimations started : Boolean是否已执行start函数。Component3D templet : AnimationTemplet 获取动画模板。 KeyframeAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties ...

来源: laya_api 发布时间: 20170603