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

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

371. _calculateCacheRect函数有bug [ 59%]

...   if(!this.tempRect){                 this.tempRect = Rectangle.create();             }             if (this.cacheRect)                 this.cacheRect.recover();             this.cacheRect = null;             return this;         }   _calculateCacheRect...

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

372. 分享:LayaAir下如何获取图集下的小图资源? [ 59%]

....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

373. 图集动画必须要有这一段代码吗 [ 59%]

...有这一段代码吗 Laya.loader.load("res/atlas/ui.atlas",Laya.Handler.create(this,this.onLoaded)); 2017-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 这行代码是...

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

374. 材质的加载(JavaScript-3D基础(JS)-LayaAir3D之Material材质) [ 59%]

...质加载 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

375. 材质的加载(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 59%]

...质加载 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

376. handler携带的参数在回调函数里面怎么获取? [ 59%]

... 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

377. 简单的环形进度条 Tween版 [ 59%]

...例 或者demo的没有?感觉官网上的有点太简单。 Laya.loader.create 进度回调函数执行两次 麻烦帮看一下这种遮罩bar的进度条设了遮罩不起作用 官方提供的进度条示例 只能设置progress.png的九宫, 里面的progress$bar.png 无法设置,然而...

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

378. OPPO主包无法从分包中拿资源 [ 59%]

...中拿资源         Laya.loader.load(分包路径, Laya.Handler.create(null, function (obj: any)         {完全走不进来         })); 2020-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 提交 ...

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

379. 微信上测试加载服务器资源 [ 59%]

... = "http://212.xx.xx.xx/"; Laya.loader.load("res/atlas/comp.atlas",Handler.create(this,loadComplete)); loadComplete(){显示自己的ui}; 项目设置选择不校验合法域名。(我没有配置域名,用IP可以吗?) 发现comp.atlas是加载下来了,图片不行,但是没有ui。怎...

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

380. 如何截取小数点之前的数字 [ 59%]

...内容全部赋值给全部input 自定义组件发布之后报:can not create:ScaleButton ,发布之前正常,发布前后代码也被更改了 ide 2.4.0 和 2.5.0 发布微信小游戏 开启版本管理后 读取atlas中图片时引擎仍然使用未加hash之前的文件名,导致微信...

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