大约有 289 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(228) Laya2.0_文档(32) Laya3.0_文档(21) laya_api(2) Laya3.0_api(2) Laya2.0_api(2) Laya2.0_示例(1) Laya_示例(1)
...url:"cont/cpy1.jpg",type:Loader.IMAGE}); imgArr.push({url:"res/atlas/cont.json",type:Loader.ATLAS}); Laya.loader.load(imgArr,Handler.create(this,onAssetLoaded),Handler.create(this,onProgress,null,false)); } (function() { function Lload() { Lload.__s...
来源: Laya_社区 发布时间: 20160815
...怎么分包,文档里只有代码分包 图片资源都是放在bin/res/atlas里面,怎么把他们放在分包里面,然后可以在主包访问,另外我在1.0找不到Laya.MiniAdpter.subNativeFiles ,这个函数,2.0就有,什么原因 2018-11-15 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20181115
...载图集资源,加载成功后添加到舞台 Laya.loader.load("./res/atlas/ui.atlas",Handler.create(this,onLoaded)); } private function onLoaded():void { //实例导出的UI类 var efc:EffectAnimationDemoUI = new EffectAnimationDemoUI(); //添加到舞台 Laya.stage.addChild(efc); } } } ``` 运...
来源: Laya2.0_文档 发布时间: 20210715
...但是Laya.loader下面的_infoPoll 没有发生变化,就是还有res/atlas/effect/playerEff/shengji.json的信息。 for (let i = len - 1; i >= 0; i--) { key = this._poolDic.keys temp = this._poolDic.get(key); if (temp) {...
来源: Laya_社区 发布时间: 20170905
...//加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //创建一个UI实例 this.comp = new ui.ComponentDemoUI(); //添加到舞台上显示 Laya.stage.addChild(this.comp); //点击Tab选择按钮的处...
来源: Laya2.0_文档 发布时间: 20210714
IDE中的工具TileAtlasPacker,blackList, includeList参数能支持目录吗 都以文件名作为参数的话,感觉很有可能要超过命令行允许的长度了,而且管理起来也不方便。 2016-09-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20160929
...a.stage.scaleMode = Stage.SCALE_FIXED_WIDTH; Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { //实例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); console.log("myref-onloaded", testUI....
来源: Laya_社区 发布时间: 20170720
...//加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //创建一个UI实例 this.comp = new ui.ComponentDemoUI(); //添加到舞台上显示 Laya.stage.addChild(this.comp); //点击Tab选择...
来源: Laya2.0_文档 发布时间: 20210715
...加载图集成功后,执行onLoaded回调方法 Laya.loader.load("./res/atlas/ui.atlas", Handler.create(this, onLoaded)); } private function onLoaded():void { //创建一个UI实例 comp = new ComponentDemoUI(); //添加到舞台上显示 Laya.stage.addChild(comp); //点击Tab选择按钮的处...
来源: Laya2.0_文档 发布时间: 20210715
...大小,应该怎么弄呢 新建.ani 创建逐帧动画,没有生成.atlas 问题状态 最新活动: 2018-04-02 18:44 浏览: 733 关注: 2 人 135*****968 • 2018-04-02 18:29 我是手动创建逻辑类放在layaUI.max.all.ts的同级目录下面,但是在这个目录下面不能新建类...
来源: Laya_社区 发布时间: 20180402