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

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

91. 性能测试-骨骼 [ 77%]

...fer = Loader.getRes(mAniPath); mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.parseData(tTexture, arraybuffer, 10); } function parseComplete() { for (var i = 0; i = tAnimNum) { mActionIndex = 0; } for (var i = 0, n = mAnimationArray.length; i = []; private mFact...

来源: Laya_示例 发布时间: 20241119

92. swf转成H5资源显示超出原有范围 [ 77%]

...er();             loader.contentLoaderInfo.addEventListener(Event.COMPLETE,assetLoadComplete);             loader.load(new URLRequest("res/data.swf"),context);         }                  private function assetLoadComplete(event:Event):void         {     ...

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

93. 自定义事件只能绑定到Sprite上吗? [ 77%]

...义事件 我自己写的类怎么绑定 classthis.stage.event(this.EVENT_COMPLETE,'complete'); 2017-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 请参考自定义事件:时间...

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

94. layabox加载fairygui发布的二进制文件报错 [ 76%]

...nt=Loader.getRes(resInfo.originalUrl); } resInfo.event(/*laya.events.Event.COMPLETE*/"complete",content); resInfo.offAll(); this._infoPool.push(resInfo); this._statInfo.loaded++; this.event(/*laya.events.Event.PROGRESS*/"progress",this.getProgress()); }   调试结果 (no filename):1 //res/Bag.json...

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

95. 如何判断被加载的Swf里的MovieClip播放完成? [ 76%]

... 个回复 cuixueying 赞同来自: ohkei 请为你的swf实例监听Event.COMPLETE事件即可,当swf播放完成后,会出发Event.COMPLETE事件。 2017-01-16 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ohkei as3、as2、h5 相...

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

96. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 76%]

...der:URLLoader = new URLLoader();         loader.addEventListener(Event.COMPLETE, onConfigLoaded);         loader.load( new URLRequest(".dev") );     }       private function onConfigLoaded(evt:Event):void     {         var params:URLVariables = new URLVariables();         para...

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

97. 骨骼动画播放完了,回调隐藏,回调在哪里 [ 76%]

...t(); mFactory.loadAni("NiuXingTianXia/spine/start2.sk"); mFactory.on(Event.COMPLETE, this, function () { mArmature = mFactory.buildArmature(); mArmature.pos(650, 330); mArmature.play(0, false); this.addChild(mArmature); }); 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

98. 分享:销毁龙骨动画! [ 76%]

...mAniPath = "Dragon/Dragon.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.loadAni(mAniPath); } public function destroy():void { mArmature.stop();//停止龙骨动画播放 removeEvent();//移除事件 mArmature.removeSelf();//从显示列表移除龙骨动...

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

99. 发现TimeLine的一些问题,像是BUG [ 74%]

...Line(); timeLine.to(sp, {y: yy}, 3000, Ease.linearIn); timeLine.once(Event.COMPLETE,this, complete,[sp,timeLine]); timeLine.play(0,false); } //清理缓动的函数 private function clearTime(timeLine:TimeLine):void { timeLine.destroy(); } //缓动播放完成后的回调 private function complete(s...

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

100. 3D粒子现在支持Render Mesh吗? [ 74%]

...aya.core.js:999)     at Loader.event (laya.core.js:1038)     at Loader.complete (laya.core.js:18719)     at Loader.onLoaded (laya.core.js:18675)     at EventHandler.runWith (laya.core.js:997)     at HttpRequest.event (laya.core.js:1038)     at HttpRequest.complete (laya.core.js:18328)  ...

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