大约有 540 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...乱 Native2.0正式版wss连接不成功web版本没问题,有DEMO Laya.Handler为什么注册不成功? 发布VIVO后,加载骨骼动画SK文件不成功,没有任何响应 spine 预加载怎么弄?用loadAni??? 2.1 spine 动画播放出现抖动的bug修复 发布不成功,无法...
来源: Laya_社区 发布时间: 20180126
... Laya.loader.load("http://localhost/layabox/layabox/layabox/res/bg.png'", Handler.create(this, function () { var t = Laya.loader.getRes(skin); var _sprite = new Sprite(); _sprite.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(_sprite); }); 但是...
来源: Laya_社区 发布时间: 20170222
关于list滚动位置的问题 ... mDemoUi.myScrollBar.changeHandler = new Handler(this, onChange); for(var m:int=0;m<21;m++){ data.push({m_label:"No."+m}); } mDemoUi.m_list.array=data; Laya.stage.addChild(mDemoUi); ... private function onChange():void{ trace("list index= "+mDemoUi.m_list.scrol...
来源: Laya_社区 发布时间: 20171016
...game/bgGame.png", type:Laya.Loader.IMAGE }); Laya.loader.load(asset,Laya.Handler.create(this,loadingCallback),null); 用Chrome调试可以显示,用Layaair调试报 [warn]Retry to load: res/atlas/bubbles.atlas [warn]Retry to load: res/atlas/game.atlas [warn]Retry to load: game/bgGame.png在微...
来源: Laya_社区 发布时间: 20180517
....load([ {url:"res/atlas/comp.atlas", type: Laya.Loader.ATLAS}, ], new Laya.Handler(this, this.onLoad)); 版本是1.7.19 2018-09-21 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 callback 赞同来自: 你木...
来源: Laya_社区 发布时间: 20180921
... 2018-03-29 15:48 Laya.loader.load("res/atlas/comp.json", Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个Animation实例 var tl = new Laya.Animation(); //加载动画文件 tl.loadAnimation("XXXXX1.ani"); //添加到舞台 Laya.stage.addChild(tl); //播...
来源: Laya_社区 发布时间: 20180329
自定义Laya.Tab的item,tab注册的selectHandler无法触发到回调函数 我需要自定义tab里面的item项,在编辑器自定义了tabItem.scene。 在另一个View里面创建3个这个tabItem对象,命名item0,item1,item2,选中转换为容器Tab命名为myTab。 但是在该View...
来源: Laya_社区 发布时间: 20190514
...tName="fzy3jw"; ttfloader.load("font/fzy3jw.ttf"); ttfloader.complete=Laya.Handler.create(this,()=>{ let txt:Laya.Text=new Laya.Text(); txt.text=""; txt.font="fzy3jw"; txt.fontSize=50; Laya.stage.addChild(txt); })我应该修改哪里? 附件 : --> 2019-04-03 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20190403
...unction BBB() { Laya.init(550,400); Laya.loader.load("res/atlas/comp.json",Handler.create(this,onLoaded),null,Loader.ATLAS); } private function onLoaded():void { var json:JSON=Laya.loader.getRes("res/atlas/comp.json"); }JSON的解析和AS3的是一样的 2016-10-27 2 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20161027
...: "+path+"地图"); } Sprite3D.load(path,Handler.create(null,function(sp){ if(_$this.PRINT_LOG){ console.log("加载单张地图完成"+curIndex); } sp.active=false...
来源: Laya_社区 发布时间: 20191011