大约有 129 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...版本管理后,文件都带了hash, var resArray = [ {url: "res/atlas/common.atlas", type: Laya.Loader.ATLAS}, {url: "hall/1_login/login_bg.png", type: Laya.Loader.IMAGE}, {url: "hall/1_login/Bottom_article.png", type: Laya.Loader.IMAGE}, {url: "res/atlas/hall/login.atlas", type: Laya.Loader.AT...
来源: Laya_社区 发布时间: 20180426
...loader Hierarchy Downloader Index Properties httpRequestPool Methods audio common image imageWithBlob imageWithWorker Properties httpRequestPool httpRequestPool: Array<HttpRequest> = [] Defined in laya/net/Downloader.ts:80 Methods audio audio(owner: any, url: string, originalUrl: string, onPro...
来源: Laya3.0_api 发布时间: 20231115
...坑(我的环境是TypeScript) * 各种"undefined",比如matter undefined, Common,Events undefined等等 * 其实主要原因在于 1. laya会根据index.html顺序把各种js写入code.js 2. matter.js在生成code.js后他定义的var Matter并不是全局的,因此导致后面需要调用Matte...
来源: Laya_社区 发布时间: 20180516
... pages │ ├── page3 │ └── page4 └── pages ├── common └── index ``` 我们LayaIDE中已经在 `app.json` 文件的 `subPackages` 字段中声明小程序的分包结构: ``` { "pages": [ "pages/index", "pages/common" ], "subPackages": [ { "root": "packageA", "pages"...
来源: Laya2.0_文档 发布时间: 20210715
...-23 18:53 @冰水blue:哥们。 gameThirdScriptError Cannot read property 'Common' of undefined TypeError: Cannot read property 'Common' of undefined 你那边还报这搞错么?我像你这么弄了。还是报错哦。是LayaRender里面获取不到matter xuezhao • 2018-09-05 20:11 同问+1 ...
来源: Laya_社区 发布时间: 20180428
...附加,我想要使用数字和lv资源,我是把他们直接打包成common.json common.json我已经加载了 这个时候我要获取加载后的imageLv.png 通过var lv:Texture = Loader.getRes(lv的资源路径) 获取 lv是空的,这样是获取不到imageLv.png的吗? 我加...
来源: Laya_社区 发布时间: 20170105
...rowser; import laya.utils.Stat; import laya.utils.Timer; import threeDimen.common.CameraMoveScript; import threeDimen.common.CameraStat; import threeDimen.common.SpriteMoveScript; import threeDimen.common.SpriteStat; public class LayaAir3D { private var box:MeshSprite3D; private var sphereBody:Objec...
来源: Laya_社区 发布时间: 20170331
Mac下 IDE的快捷键不好用!是我没有用对吗? mac下,Common + c 和 common + v 不能用,每次都用鼠标复制、粘贴很麻烦! 附件 : --> 2017-05-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20170513
...有load的或者getRes的地方都默认在url前加个前缀。 比如:common/test.png->1.0.0/common/test.png这种。 我可以实现逻辑里动态改url,但是一些在IDE里拼的界面不知道在哪改加载路径。 附件 : --> 2017-08-09 添加评论 免费帖 --> 分享 微博 Q...
来源: Laya_社区 发布时间: 20170809
D.TS访问问题 declare module common_lib{ class ByteArray extends com.tengxun.utils.ByteArray{} class ParserUtil extends com.utlis.ParserUtil{} class MathR extends com.utlis.MathR{} } 我是仿照layaAir.d.ts来写的,这些代码上面还有ByteArray这些类的declare。奇怪的是: declar...
来源: Laya_社区 发布时间: 20180412