大约有 277 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
[0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. 我使用spine3.8.75导出的文件无法使用。代码是使用的2.12.2beta1引擎示例的源码。 var Browser = Laya.Browser; var WebGL = Laya.WebGL; var Stage = Laya.Stage; var Event = La...
来源: Laya_社区 发布时间: 20211013
...如何控制龙骨动画的播放索引! package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; import laya.webgl.WebGL; public class DragonDemo { private var mFactory:Templet; private var mArmature:Skeleton; private var index:int;//帧频 private var time...
来源: Laya_社区 发布时间: 20170509
...就没有重新绘制了。一种办法是,设置插槽皮肤后,调用skeleton.index = skeleton.index
来源: Laya_社区 发布时间: 20180128
...容: 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
...口代码用Laya.loader预先加载什么,当然atlas除外。 // 由于Skeleton内部有个_templet,只有这个变量真的接收到Templet对象后才算是Skeleton准备就绪了, // 因此,我们在最开始设计了一个预加载过程,不断检测ui中拖入的Skeleton类的对象...
来源: Laya_社区 发布时间: 20180622
...59 • 2018-02-02 11:16 我之前就已经试过这个方法了。虽然说skeleton.total能拿到总帧数,但是这个是被取整后的数,所以把这个skeleton.index = total的时候 算出的时间 是比动画实际上的持续时间少的。所以动画停止的这一帧并不动画播...
来源: Laya_社区 发布时间: 20180202
...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
... 请问laya龙骨动画可以在播放的时候不显示某个插槽吗? skeleton里面的插槽是什么? Laya.Skeleton中如何实时获取或更新插槽的位置? 问题状态 最新活动: 2017-01-11 22:09 浏览: 1414 关注: 2 人
来源: Laya_社区 发布时间: 20170111
分享:销毁龙骨动画! package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.display.Sprite; import laya.events.Event; import laya.utils.Browser; import laya.utils.Stat; import laya.webgl.WebGL; public class ASDemo { private var mAniPath:String; private var mFac...
来源: Laya_社区 发布时间: 20170406
...无法使用 我是严格按照2.0 官方文档写的代码 然后说Skeleton 对象不能创建 这个问题 很蒙圈 Laya.Templet 也不能被new 出来 不知道哪位大神知道原因 let sk = new Laya.Skeleton(); Laya.stage.addChild(sk); sk.load(this.aniUrl); 附件 : --...
来源: Laya_社区 发布时间: 20190409