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

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

1. laya.ani.bone.Skeleton [ 100%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SkeletonProperties | Methods | Events Packagelaya.ani.boneClasspublic class SkeletonInheritanceSkeleton Sprite Node EventDispatcher Object 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Public Proper...

来源: laya_api 发布时间: 20170929

2. Dragonbones龙骨动画 播放同动作出现闪烁 混乱 [ 99%]

...rivate parseComplete():void { //创建模式为1,可以启用换装 this.skeleton =this.templet.buildArmature(1); this.skeleton.x = this.mStartX; this.skeleton.y = this.mStartY; this.skeleton.scale(this.scaleper, this.scaleper); if (!this.emojiArr) { this.emojiArr={}; var emojinum = this.skeleton....

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

3. laya.ani.bone.Skeleton [ 99%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames SkeletonProperties | Methods | Events Packagelaya.ani.boneClasspublic class SkeletonInheritanceSkeleton Sprite Node EventDispatcher Object 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Public Proper...

来源: Laya2.0_api 发布时间: 20190513

4. 骨骼动画进阶(JavaScript-2D进阶篇(JS)-动画进阶) [ 96%]

...g("parse error"); } function parseComplete() { //创建第一个动画 var skeleton0; //从动画模板创建动画播放对象 skeleton0=templet.buildArmature(0); skeleton0.pos(200,700); //切换动画皮肤 skeleton0.showSkinByIndex(1); //播放 skeleton0.play(0,true); Laya.stage.addChild(skeleton...

来源: Laya2.0_文档 发布时间: 20210715

5. 骨骼动画进阶(TypeScript-2D进阶篇(TS)-动画进阶) [ 96%]

...示多个动画。 代码示例: ```typescript module laya{ export class SkeletonTempletSample { templet: Laya.Templet; constructor() { Laya.WebGL.enable(); Laya.init(1000, 900); //创建动画模板 this.templet = new Laya.Templet(); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete);...

来源: Laya2.0_文档 发布时间: 20210715

6. 骨骼动画进阶(ActionScript-2D进阶篇(AS3)-动画进阶) [ 95%]

...示多个动画。 代码示例: ```java package { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; import laya.webgl.WebGL; /** * ... * @author ww */ public class SkeletonTempletSample { public var templet:Templet; public function SkeletonTempletSample() { We...

来源: Laya2.0_文档 发布时间: 20210715

7. 龙骨skeleton鼠标点击区域的设置 [ 91%]

龙骨skeleton鼠标点击区域的设置 2016-11-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 cuixueying 赞同来自: asdf131   2017-07-10 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: asdf131 ...

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

8. Laya2.1 加载spine动画会随机出现抖动 [ 91%]

...zip包已经上传  请各位大佬解答一下 //加载spine动画 this.skeleton = new Laya.Skeleton ();  Laya.stage.addChild(this.skeleton);  this.skeleton.pos(parseInt (npcPos[0]), parseInt (npcPos[1]));  this.skeleton.load (this.curNpcInfo.npcPath); 附件 : --> 70003.zip 2019-05-16 添加...

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

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

...停留的时间点较长时,该方法显然可取。   2.播即停,Skeleton.prototype.play方法控制播放时间段(第4和第5个参数填同一时间即可) 缺陷:首次挺正常,但是接下来发现并没有什么效果,或者说效果怎么准确,没深究过。   万...

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

10. 谷歌浏览器无法使用skeleton.load [ 85%]

谷歌浏览器无法使用skeleton.load 我加载一个本地资源,用ide下启动谷歌是可以正常加载的,但是在fb下面启动就行,报下面的错误,请问是哪里配置有问题么?谢谢 Failed to load file:///C:/Users/suteam/Documents/demoBojue_Laya/bin/h5/other/spin...

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