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

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

611. UI-ColorPicker [ 75%]

...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(skin, Handler.create(this, onColorPickerSkinLoaded)); })(); function onColorPickerSkinLoaded() { var colorPicker = new ColorPicker(); colorPicker.selectedColor = "#ff0033"; colorPicker.skin = skin; colorPicker.pos...

来源: Laya_示例 发布时间: 20241118

612. UI-TextArea [ 75%]

...e = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); Laya.loader.load(skin, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { const TextArea = Laya.TextArea; let ta = new TextArea(""); ta.skin = skin; ta.font = "Arial"; ta.fontSize = 18; ta.bold = true; ta.color = "#3...

来源: Laya2.0_示例 发布时间: 20241118

613. Resources already exist,is repeated loading 加载特效报重复加载 [ 75%]

...PCFType = 3;      //  批量预加载资源         // Laya.loader.create([         //  "res/threeDimen/staticModel/grid/plane.lh",         //  "res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh",         // //   "res/threeDimen/particle/RadiusMode.lh",  ...

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

614. comp,json [ 75%]

...不是html路径 我应该如何处理 微信小程序里加载json文件 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug 本人想做个批量加载json文件,然后等这些文件统一加载完后回调 atlas目录下.json文件与.at...

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

615. 关于声音资源可以缓存吗? [ 75%]

...链接 提交 1 个回复 Monica - 知识达人 赞同来自: 使用Laya.loader.load预加载即可 2017-08-17 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 cike007 相关问题 游戏运行在chrome里面 听...

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

616. 3D资源释放不干净 [ 75%]

...in.as里import miniadapter然后加载远程资源 就会无限加载 Laya.loader.getRes的声音资源如何用Laya.SoundManager播放? 调用Laya.loader.load()方法加载资源,怎么获取所加载的资源大小. 2.0正式版本使用Unity导出的资源加载出错? 问题状态 最新...

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

617. UI-ColorPicker [ 75%]

...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(skin, Handler.create(this, this.onColorPickerSkinLoaded)); } onColorPickerSkinLoaded() { const ColorPicker = Laya.ColorPicker, Handler = Laya.Handler; let colorPicker = new ColorPicker(); colorPicker.selectedColor...

来源: Laya2.0_示例 发布时间: 20241118

618. Laya2.0资源加载慢 [ 75%]

Laya2.0资源加载慢 Laya2.0加载资源速度慢, Laya.loader.load一个简单文件加载耗时0.3秒以上, Laya1.0只要0.1秒就能加载完成, 这个怎么优化 附件 : --> 2019-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

619. 请问2.0中js怎么加天空盒子或穹顶,官网例子运行报错。 [ 74%]

...undefined at Function.Laya3D.formatRelativePath (libs/laya.d3.js:14313) at Loader.Laya3D._onTextureCubeLtcLoaded (libs/laya.d3.js:14656) at EventHandler.__proto.runWith (libs/laya.core.js:1400) at Loader.__proto.event (libs/laya.core.js:1156) at Loader.__proto.complete (libs/laya.core.js:16348) at L...

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

620. Sprite-屏幕截图 [ 74%]

...e.scaleMode = Stage.SCALE_FIXED_AUTO; Laya.stage.bgColor = "#232628"; Laya.loader.load(this.btnArr.concat("res/apes/monkey3.png"),Laya.Handler.create(this,this.onLoaded)); } createButton(skin, name, cb, index) { var btn = new Laya.Button(skin,name); Laya.stage.addChild(btn); btn.on(Laya.Event.CLICK,...

来源: Laya2.0_示例 发布时间: 20241118