大约有 1,245 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0053 秒)
Laya_社区(1188) Laya2.0_文档(21) Laya3.0_文档(11) Laya2.0_示例(8) Laya_示例(8) Laya3.0_api(5) laya_api(2) Laya2.0_api(2)
...布了一个h5,但是手机上应该怎么打开这个网页呢 请问下loader如何强制加载一个文件,避免浏览器的缓存 发布H5后通过网页打开出现左上角的那个图标是什么东东 怎么去掉 点击代码编辑模器 就提示无法打开代码编辑器 请配置 ...
来源: Laya_社区 发布时间: 20170410
...ad 再play let dreamsSound:Laya.SoundChannel = null Laya.loader.load("res/dreams.mp3",Laya.Handler.create(this,function(){ dreamsSound = Laya.SoundManager.playMusic("res/dreams.mp3") })) let mainSound:Laya.SoundChannel = nul...
来源: Laya_社区 发布时间: 20190716
...,不会生成场景类了,此时该如何获得场景内的元素 Laya.Loader.getRes请教 请问如何让textinput组件输入密码的时候显示*号? 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2019-11-08 09:42 浏览: 583 关注: 1 人
来源: Laya_社区 发布时间: 20191108
...l/"; MiniAdpter.nativefiles=[ "res/media/", "prefab/bb.json" ] Laya.Loader.load(...../); 2019-09-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 只有在微信小游戏中才有...
来源: Laya_社区 发布时间: 20190902
...ad), Laya.ResourceVersion.FILENAME_VERSION); function beginLoad() { Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); } function onLoaded() { Laya.stage.addChild(new GolfMainUI()); } 附件 : --> 2018-06-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180627
...450; this._gridHeight = 450; this._jsonLoader = null; this._loader = null; this._tileSetArray = []; this._currTileSet = null; this._completeHandler = null; this._mapRect = ne...
来源: Laya_社区 发布时间: 20220627
... MiniAdpter.window.wx.onMessage(onGetMessage); Laya.loader.load(urlconfig,new Handler( null,onLoaded),null); function onLoaded():void { trace("urlconfigurlconfigurlconfigurlconfigurlconfigurlconfigurlconfig...
来源: Laya_社区 发布时间: 20180525
"加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." unity 5.6 ide:1.7.10 tool:1.6.0 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Monica - 知...
来源: Laya_社区 发布时间: 20171016
...r();才能写其他代码 super(); this.once("onViewCreated",this,this.loader_over); 但在执行 super()时 判断JSON已经加载完毕,直接就触发onViewCreated但这时候还没有监听事件 导致后面监听onViewCreated永远也 触发不了 2020-01-14 0 0 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20190718
....json 文件,或者文件读取失败,请检查后重新编译。 Laya.Loader.getRes请教 自己做的小游戏,很想把它发到微信小游戏里,但是太大了,就来这里分享一下吧 移植了一个游戏 代码重新 写的 请教下微信小游戏的内存和数据缓存? ...
来源: Laya_社区 发布时间: 20180803