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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

148. laya.d3.component.animation.UVAnimations [ 50%]

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

149. 以前用lm文件加载模型。现在用lh文件加载模型无法贴图 [ 50%]

...th.PI/2,0)); var anifish = fish.addComponent(Laya.SkinAnimations); anifish.templet = Laya.AnimationTemplet.load("fish/denglongyu/FBXtoolsdaochu/denglongyu.lsani"); anifish.player.playByFrame(0,0.5,2147483647,0,30,30);;//游动   新版的就是没注释的那些。怎么都加不上。 附件 : -->...

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

150. 分享:Skeleton下Event.LABLE('label')事件的使用 [ 50%]

...会返回事件的类型,即name值 private function parseComplete(fac:Templet):void { //创建模式为1,可以启用换装 mArmature = mFactory.buildArmature(1); mArmature.x = mStartX; mArmature.y = mStartY; mArmature.scale(0.5, 0.5); Laya.stage.addChild(mArmature); mArmature.on(Event.LABEL, t...

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