大约有 540 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
...: 与内容相关的链接 提交 1 个回复 andyskaura 赞同来自: 在Handler内调用其它js的function或者赋值 2018-03-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zxcmht310 相关问题 unity导出粒子文件问题 图...
来源: Laya_社区 发布时间: 20180321
...aya.BitmapFont(); mBitmapFont.loadFont("res/bitmapFont/test.fnt", new Laya.Handler(this, onLoaded)); function onLoaded(){ mBitmapFont.setSpaceWidth(10); Laya.Text.registerBitmapFont(mFontName,mBitmapFont); let txt = new Laya.Text(); txt.text='手机号 +86'; txt.color='#FFFFFF'; txt.font = mFontName...
来源: Laya_社区 发布时间: 20191108
...的链接 提交 2 个回复 w1114367261 赞同来自: sunkui list.renderHandler = new Handler(this,function);在list刷新时触发 list滚动到什么位置了你可以获取list的滑动块的位置来得到 list.scrollbar.slider.value 2018-05-08 1 0 分享 微博 QZONE 微信 大碗 赞同来自...
来源: Laya_社区 发布时间: 20180508
【vivo】2d图集加载不上 Laya.loader.load(url,Handler.create(this,onLoadComplete),null,Loader.ATLAS); 用Loader.ATLAS图集类型加载失败 附件 : --> myLaya.zip 2019-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20191106
...basePath = "http://212.xx.xx.xx/"; Laya.loader.load("res/atlas/comp.atlas",Handler.create(this,loadComplete)); loadComplete(){显示自己的ui}; 项目设置选择不校验合法域名。(我没有配置域名,用IP可以吗?) 发现comp.atlas是加载下来了,图片不行,但是没有...
来源: Laya_社区 发布时间: 20190116
...aya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Laya.Handler.create(this, this.onLoaded)); function onLoaded(): void { var sprite = new Laya.Sprite(); sprite.loadImage('comp/bg.png'); Laya.stage.addChild(sprite); } 上面这段代码如果把Laya.stage.size这行的注释去掉...
来源: Laya_社区 发布时间: 20170803
...播放时是直接调用的 Laya.SoundManager.playSound(url, 1, new Laya.Handler(this, this.onComplete)); 但因为很多音效都是属于重复播放,而这个playSound()方法会返回一个SoundChannel,所以我就尝试用了一个dictionary把这些SoundChannel都保存起来,下次播放时...
来源: Laya_社区 发布时间: 20180628
...hongMaterial(); Laya.Texture2D.load("res/grass.png", Laya.Handler.create(this, function (tex: Laya.Texture2D): void { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 var tilingOffset =...
来源: Laya_社区 发布时间: 20201120
...版本都要改下代码? ResourceVersion.enable("version99914b93.json", Handler.create(this, doStart), ResourceVersion.FILENAME_VERSION); 因为这个version.json文件 也是被缓存了,不加载最新版本就是旧的 2018-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180626
...e(ActivityThread.java:1460) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6077) ...
来源: Laya_社区 发布时间: 20170216