大约有 72 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
... var tem:Templet = new Templet(); var longgu:Skeleton; tem.loadAni(url); tem.on(Event.COMPLETE, this, function():void { longgu = tem.buildArmature(0); longgu.pos(dragronX, ...
来源: Laya_社区 发布时间: 20170406
...tartTime' of undefined at Templet.__proto.getOriginalData at Skeleton.__proto._createGraphics at Skeleton.__proto._update at TimerHandler.__proto.run at Timer.__proto._update at Stage.__proto.render at Stage.__proto._loop at loop 引擎版...
来源: Laya_社区 发布时间: 20170418
...于使用spine切换动作后显示异常解决方法 例: var catSprite:Skeleton = new Skeleton(); this.catSprite.load(xxx,回调)--加载好使用spine或dragbones的文件 private function 回调(){ catSprite.showSkinByName("动作名") //最初使用这种方式显示 结果是图片乱跳 显...
来源: Laya_社区 发布时间: 20180614
...59 • 2018-02-02 11:16 我之前就已经试过这个方法了。虽然说skeleton.total能拿到总帧数,但是这个是被取整后的数,所以把这个skeleton.index = total的时候 算出的时间 是比动画实际上的持续时间少的。所以动画停止的这一帧并不动画播...
来源: Laya_社区 发布时间: 20180202
...容: 1. 可绑定内容的骨骼动画 export default class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; } /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(so...
来源: Laya_社区 发布时间: 20190805
使用spine动画,获取里面的节点位置信息不对 我通过遍历_skeleton.templet.mBoneArr,查找到对应的bone对象,.然后从bone对象的 resultTransform 中取得到tx,和ty数据..再用 localToWorld取得该节点的实际坐标数据,但这个数据有时正常,有时不正常,...
来源: Laya_社区 发布时间: 20180417
...把demo传一下我看看 tyl925450909 • 2018-03-15 15:26 let ske:Laya.Skeleton = Core.inst.resource.getSpineResource("ani/role/1/1.sk").buildArmature(1); Laya.stage.addChild(ske); let info:any = ske.templet.eventAniArr ske.x = 100; ske.y = 100; CUtil.Log(ske.getAniNameByIndex(0)) ske.pl...
来源: Laya_社区 发布时间: 20180315
... 动画混合无效(版本2.6) spine动画播放后图集错乱 龙骨skeleton鼠标点击区域的设置 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 2.2-2.3版本 ani动画,序列帧动画最后一帧和第一帧衔接出现卡顿 一个时间轴动画里创建的...
来源: Laya_社区 发布时间: 20160822
...ineCopmleteFun != null) { var sk:Skeleton = this.mFactory.buildArmature(0); return this.m_spineCopmleteFun.apply(this.m_completeCaller,[sk]); } } 2017-08-01 0 0 分享 微博 QZONE 微信 cuixueying 赞...
来源: Laya_社区 发布时间: 20170801
...8 15:24 @Monica:发现个问题,JS,TS版本的引擎出现的。有关于Skeleton动画的。 /** *指定显示对象 *@param index */ __proto.showDisplayByIndex=function(index){ if (this._replaceDic[index]) index=this._replaceDic[index]; if (this.currSlotData && index >-1 && in...
来源: Laya_社区 发布时间: 20180106