大约有 795 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
... if(!this.tempRect){ this.tempRect = Rectangle.create(); } if (this.cacheRect) this.cacheRect.recover(); this.cacheRect = null; return this; } _calculateCacheRect...
来源: Laya_社区 发布时间: 20210615
....loader.load([{url:"res/atlas/atlas_res.json",type:Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //获取图集下的单张小图 var texture:Texture=Laya.loader.getRes("atlas_res/01.png"); var sp:Sprite=new Sprite(); sp.graphics.drawTexture(texture,200,100); ...
来源: Laya_社区 发布时间: 20160707
...有这一段代码吗 Laya.loader.load("res/atlas/ui.atlas",Laya.Handler.create(this,this.onLoaded)); 2017-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 这行代码是...
来源: Laya_社区 发布时间: 20170925
...质加载 Laya.BaseMaterial.load("res/skyBox2/skyBox2.lmat",Laya.Handler.create(this,function(mat) { var skyRenderer = camera.skyRenderer; //创建天空盒的mesh skyRenderer.mesh = Laya.SkyBox.instance; //设置天空盒材质 skyRenderer.material = mat; })); ``` ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210715
...质加载 Laya.BaseMaterial.load("res/skyBox2/skyBox2.lmat",Laya.Handler.create(this,function(mat) { var skyRenderer = camera.skyRenderer; //创建天空盒的mesh skyRenderer.mesh = Laya.SkyBox.instance; //设置天空盒材质 skyRenderer.material = mat; })); ``` ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210714
... qian 赞同来自: Laya.loader.load("res/atlas/war/hero.atlas", Handler.create(this, this.onLoad), null, Loader.ATLAS); 什么意思,, 2018-03-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 VkonSun 相关问题 Layabox 2.0 bate5 ...
来源: Laya_社区 发布时间: 20180330
...例 或者demo的没有?感觉官网上的有点太简单。 Laya.loader.create 进度回调函数执行两次 麻烦帮看一下这种遮罩bar的进度条设了遮罩不起作用 官方提供的进度条示例 只能设置progress.png的九宫, 里面的progress$bar.png 无法设置,然而...
来源: Laya_社区 发布时间: 20190518
...中拿资源 Laya.loader.load(分包路径, Laya.Handler.create(null, function (obj: any) {完全走不进来 })); 2020-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20200824
... = "http://212.xx.xx.xx/"; Laya.loader.load("res/atlas/comp.atlas",Handler.create(this,loadComplete)); loadComplete(){显示自己的ui}; 项目设置选择不校验合法域名。(我没有配置域名,用IP可以吗?) 发现comp.atlas是加载下来了,图片不行,但是没有ui。怎...
来源: Laya_社区 发布时间: 20190116
...内容全部赋值给全部input 自定义组件发布之后报:can not create:ScaleButton ,发布之前正常,发布前后代码也被更改了 ide 2.4.0 和 2.5.0 发布微信小游戏 开启版本管理后 读取atlas中图片时引擎仍然使用未加hash之前的文件名,导致微信...
来源: Laya_社区 发布时间: 20181022