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

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

71. 网络动态加载看不明白 [ 73%]

...ath加载图集到我的网络地址这样写对吗 Laya.loader.load(["res/atlas/comp.atlas"]); Laya.URL.basePath="http://192.168.6.143:8080"; 2018-12-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...

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

72. textinput控件bug [ 73%]

...来自: 这个是因为我们把UI编辑模式下导出的类型改成了atlas,代码中预加载的是.json文件导致的。下个版本会修复这个问题 目前你可以到代码中将预加载的资源类型改为.atlas 2017-11-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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

73. IDE-显示IDE创建的界面 [ 73%]

...; } } } // 程序入口 Laya.init(600, 400); Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { //示例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); }// TestView.as package { import game...

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

74. IDE-显示IDE创建的界面 [ 73%]

...; } } } // 程序入口 Laya.init(600, 400); Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { //示例UI界面 var testUI: TestUI = new TestUI(); Laya.stage.addChild(testUI); }// TestView.as package { import game...

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

75. 微信小游戏在真机上网络动态加载资源的问题 [ 72%]

...Path = Laya.URL.basePath = ""; //加载图集 Laya.loader.load([ {url:"res/atlas/comp.atlas", type: Laya.Loader.ATLAS}, ], new Laya.Handler(this, this.onLoad)); 版本是1.7.19 2018-09-21 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

76. 当使用Image作为一个对象的遮罩时,设置Image的ScaleX为0时遮罩失效! [ 72%]

...GameMain{ constructor() { Laya.init(1280,720); Laya.loader.load([{url:"res/atlas/comp.json",type:Laya.Loader.ATLAS}],Laya.Handler.create(this,this.loaded,null)); } private loaded():void{ var img:Laya.Image = new Laya.Image(); img.skin = "comp/img_pro.png"; Laya.stage.addChild(img); var imgMask:Laya....

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

77. 【vivo】2d图集加载不上 [ 71%]

...上 Laya.loader.load(url,Handler.create(this,onLoadComplete),null,Loader.ATLAS); 用Loader.ATLAS图集类型加载失败 附件 : --> myLaya.zip 2019-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 陆仁毅 ...

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

78. 隐藏默认的虚拟键、屏蔽APP窗口弹出脚本错误信息 的问题 [ 71%]

... or false return false; } function LoadRes() { var resArray = [ {url: "res/atlas/comp.json",type: Laya.Loader.ATLAS}, {url: "res/atlas/newhfh.json",type: Laya.Loader.ATLAS}, {url: "res/atlas/newhfh2.json",type: Laya.Loader.ATLAS}, ]; Laya.loader.load(resArray, Laya.Handler.create(null, LoadResComple...

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

79. 关于canvas下资源释放的问题 [ 71%]

...   图集地址或者texture地址,比如 Loader.clearTextureRes("res/atlas/comp.atlas"); Loader.clearTextureRes("hall/bg.jpg");              */         public static function clearTextureRes(url:String):void { 2018-04-25 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: ...

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

80. 在ui界面中的json的selecteID指的是啥意思 [ 71%]

...添加点击更换图片的事件,需要点击两次才能更换图片 atlas目录下.json文件与.atlas的区别 comp下的button.png第一次点击进入另一个界面,再在这个界面下点击时点击事件不生效? android 新版打包要求输入js或者json,而不是html路径 ...

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