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

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

641. 判断animation是否加载过某个资源 [ 58%]

...注: 2 人 asdf131 • 2017-08-09 10:33 this.aniTemp.loadAtlas(path, Laya.Handler.create(this, this.loadComplete, [ani, path, loopPlay, completeFun]), key); // 那能通过这个Key来获取它对应的path吗? cuixueying • 2017-08-09 21:06 你可以通过获取animation.frames,获取其返回...

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

642. 预加载2D骨骼动画(Skeleton) [ 58%]

...是怎么写的。。。 Laya.loader.load("res/Dragon/Dragon.sk",Handler.create(this,onLoaded),null,Loader.BUFFER); geo • 2018-06-22 22:56 @Monica:一定要指定Loader.BUFFER吗?

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

643. 不打包图片如何预加载 [ 58%]

...{url:"test.png", type:Laya.Loader.IMAGE}]; Laya.loader.load(resArray, Laya.Handler.create(this, function(){ //处理添加背景 }));   2017-10-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ly1u 相关问题 请问LayaAir中如何...

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

644. worker如何使用 [ 58%]

.../加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, () => { alert("onLoaded!"); }), null, Laya.Loader.ATLAS, 1, true, null, false, true);   useWorkerLoader参数设为true后,文件加载不成功? 附件 : --> Demo.zip 2019-01-11 添加评论 免...

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

645. TrailSprite3D的ALIGNMENT_TRANSFORM_Z模式和ALIGNMENT_VIEW模式有什么区别? [ 58%]

...下,最后回到原大小或原位置,应该用什么缓动模式 Laya.Handler.create和new Laya.Handler有啥区别 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? mac 用layaair2.0 ide 的编辑模式下,cpu爆满 atlas目录下.json文件与.atlas的区别 LAYAAIR...

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

646. Laya.timer.once 嵌套 的问题 [ 58%]

...is, function () { Laya.SoundManager.playSound("sound/readygo.mp3", 1, Laya.Handler.create(this, this.playReadyComp)); }) private playReadyComp (){ Laya.timer.once(800, this, function () { Laya.SoundManager.playMusic('sound/bgm.mp3', 0); }) } 两次嵌套 ,第二个音乐不播放 2017-06-29 添加...

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

647. 关于movieClip播放swf的问题 [ 58%]

...th); emotionSwf.play(0,false); emotionSwf.playTo(0, emotionSwf.count, Laya.Handler.create(this,() => { emotionSwf.stop(); emotion.visible = false; })); 如上代码,发现调研play(0,false)后,动画还是一直循环播放,还是emotionSwf.count一直为0,导致播放完成的回调会...

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

648. LayaAir IDE 语言包的使用? [ 58%]

...Stage; import laya.display.Text; import laya.net.Loader; import laya.utils.Handler; import laya.webgl.WebGL; public class Main { public function Main() { Laya.init(640, 960, WebGL); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.bgColor = "#eeffcc"; Laya.loader.load("lang.lang",Handler.create(t...

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

649. this.animation.loadAtlas 加载失败 [ 58%]

...取改animation的内存大小 this.animation.loadAtlas(this.resUrl, Laya.Handler.create(this, this.loadCompleted, [completeFun]), this.resUrl);   2017-09-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixuey...

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

650. 摄像机动画的使用(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 58%]

...了。 ```typescript Scene3D.load('LayaScene_scene/Conventional/scene.ls',Handler.create(this,function(scene:Scene3D):void{ Laya.stage.addChild(scene); })); ``` ![](img/2.gif)(图2)

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