大约有 3,269 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0070 秒)
...繁华 赞同来自: constructor() { super(); Laya.timer.once(1,this,()=> { Laya.Scene3D.load('LayaScene_Main/Conventional/Main.ls',Laya.Handler.create(this,(scene:Laya.Scene3D)=> { Laya.stage.addChild(scene); })); }); } 这样的加载一定包异常,不延时直接在构造函数...
来源: Laya_社区 发布时间: 20190719
...esources/UI/role/mxxxx.png', Laya.Loader.IMAGE).then((res: Laya.Texture) => { let sp = new Laya.Sprite(); sp.texture = res; Laya.stage.addChild(sp); setTimeout(() => { sp.destroy() }, 1000); });重现代码如上,代码很简单。 下面是打印了Laya.Resource._idResourcesMap的截图 ...
来源: Laya_社区 发布时间: 20231130
...我的html文件内有<script src="http://hgsdk.bjystc.com/js/spar.js"></script>这样类型的js文件(从网络加载的不是在本地),那发布的时候,就会报错发布失败,,勾选的合并js混淆js都没有效果,,官方应该让我们可以去设置哪些js...
来源: Laya_社区 发布时间: 20180118
...dex.html中加入 <script type="text/javascript" src="libs/protobuf.js"></script> 但是工程中libs怎么加入.d.ts呢? 2017-08-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Zzz18815519 赞同...
来源: Laya_社区 发布时间: 20170817
...ents.js:106:13) at Request.emit (events.js:194:7) at Request.<anonymous> (D:\新安装工具\layabox2.0\LayaAirIDE_beta\resources\app\node_modules\request\request.js:1163:10) at emitOne (events.js:96:13) at Request.emit (events.js:191:7) at IncomingMessage.<anonymou 出错了:s> (D:\新...
来源: Laya_社区 发布时间: 20181224
...链接 提交 2 个回复 小小泽 จุ บ 赞同来自: 你把libs->laya->display里的input文件替换成我下面给你的文件 Input.zip 2020-09-25 0 0 分享 微博 QZONE 微信 135*****830 赞同来自: 2.7版本 没有input文件了好像 还是我没搜到? 没找到呢 2020-...
来源: Laya_社区 发布时间: 20200923
...ror: Unexpected token in JSON at position 787 at JSON.parse (<anonymous>) at Function.e.getJson (http://127.0.0.1:37389/game/code.js:1:461434) at Function.e.onReadNativeCallBack (http://127.0.0.1:37389/game/code.js:1:514598) at t.e.runWith (http://127.0.0.1:37389/game/code.js:1:11995) at Funct...
来源: Laya_社区 发布时间: 20180725
...签 <script type="text/javascript" src="libs/zip/zip.js" loader="laya"></script> 但是在IDE中仍然无法调用,请问问题处在哪里。。。 2016-09-24 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 veronsl 相关...
来源: Laya_社区 发布时间: 20160924
...同来自: 建议看一下官网技术文档的,layanative原生服务->layanative进阶->二次开发的文档 2017-12-24 0 0 分享 微博 QZONE 微信 zmc1220 赞同来自: 我在官网上下载了layaNative导入android Studio ,现在想把用layaAir做的一个页面引入,能打包...
来源: Laya_社区 发布时间: 20171224
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 @default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 2018-01-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...
来源: Laya_社区 发布时间: 20180109