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

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

701. UI-Input [ 73%]

...2).png", "../../res/ui/input (3).png", "../../res/ui/input (4).png"]; Laya.loader.load(skins, Handler.create(this, onLoadComplete)); //加载资源。 })(); function onLoadComplete() { for (var i = 0; i ; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stag...

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

702. 问个资源加载的问题,挺急的 [ 73%]

...里面),你要加载图片文件,我所说的是代码里面的Laya.loader加载的东西 2017-05-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 a058110356 相关问题 加载到舞台的3D模型不显示贴图 IDE1.7.8 json图...

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

703. 不打包图片如何预加载 [ 73%]

... lvfy 赞同来自: 例如: var resArray = [{url:"test.png", type:Laya.Loader.IMAGE}]; Laya.loader.load(resArray, Laya.Handler.create(this, function(){ //处理添加背景 }));   2017-10-14 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

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

704. UI-Input [ 73%]

...es/ui/input (2).png", "res/ui/input (3).png", "res/ui/input (4).png"] Laya.loader.load(skins, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { for (let i = 0, len = skins.length; i ; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alig...

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

705. this.animation.loadAtlas 加载失败 [ 73%]

... 2 人 asdf131 • 2017-09-05 16:34 这样的话是不是所有用到 Laya.loader的话 ,如果error 都往这里来了 cuixueying • 2017-09-06 17:11 你也可以loadAtals后,对laya.loader.load进行error监听!

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

706. demo中的2d和3d混合 加载ktx的资源 会白色的 其他ui没有问题 [ 73%]

...00631用户 赞同来自:    //加载IDE指定的场景         Laya.loader.load([{url:"minastc.config.json",type:Laya.Loader.JSON}],new Laya.Handler(this,function(){             this.astcconfig = Laya.loader.getRes("minastc.config.json");             for(var key in this.astcconfig...

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

707. IE11环境下加载fnt动态字体报错 [ 72%]

...加载fnt动态字体报错 chrome下没问题,加载的时候就是Laya.loader.load的方式加载,请问有没有什么解决办法,IDE是1.7.7beta 附件 : --> 2017-07-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

708. 怎么在dialog页面写close函数 [ 72%]

...的api~ Dialog关闭时如何向open他的页面传值? 请问laya.net.Loaderlaya.net.LoaderManager哪些函数支持网络资源加载,加载什么类型?哪些只支持本地资源加载 构造函数不能进断点 Laya.loader.create 进度回调函数执行两次 怎么停止正在运行...

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

709. UI-ProgressBar [ 72%]

...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(["../../res/ui/progressBar.png", "../../res/ui/progressBar$bar.png"], Handler.create(this, onLoadComplete)); })(); function onLoadComplete() { progressBar = new ProgressBar("../../res/ui/progressBar.png"); progres...

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

710. protobuf bug [ 72%]

... EffectAnimation Bug laya 2.0 bug onEnable 分离模式节点没有创建 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug image loadimage 加载网络图片BUG 2.3.0发布微信小游戏,自动缓存:查找不到资源问题的Bug 问...

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