大约有 130 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
Layacmd工具,在https://www.npmjs.com/package/layacmd%E3%80%82无法获取 2017-09-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你的路径看似有空格,你试试用双引号括...
来源: Laya_社区 发布时间: 20170929
...m = 3 2018-01-09 20:50:15.146 ZhuaWawa[2531:1863752] found the file in the package:shaders/todevVS.glsl 2018-01-09 20:50:15.147 ZhuaWawa[2531:1863752] found the file in the package:shaders/fillColorPS.glsl 2018-01-09 20:50:15.147 ZhuaWawa[2531:1863752] found the file in the package:shaders/drawImage...
来源: Laya_社区 发布时间: 20180109
...js debug closed 07-04 20:55:28.185: I/LayaBox(7884): found the file in the package:scripts/runtimeInit.js 07-04 20:55:28.186: I/LayaBox(7884): found the file in the package:scripts/apploader.js 07-04 20:55:28.232: E/LayaBox(7884): >>>>>>>>>>>>>>>>>&...
来源: Laya_社区 发布时间: 20190704
...这有点坑爹啊,有没有在文档醒目的位置提醒开发者啊。package { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var func:Function = new A().method; func(); } } } package { public class A { private var _attr:int = 123; public funct...
来源: Laya_社区 发布时间: 20161213
...15:59:50.150 7562-7605/com.dihong.testdcc I/LayaBox: found the file in the package:scripts/runtimeInit.js 05-16 15:59:50.152 7562-7605/com.dihong.testdcc I/LayaBox: found the file in the package:scripts/apploader.js 05-16 15:59:50.197 7562-7605/com.dihong.testdcc E/LayaBox: >>>>>>&...
来源: Laya_社区 发布时间: 20190516
...置文件是从包中取的,日志中显示如下 found the file in the package:cache/192.168.200.3.8889/d66fbe1f 现在修改了其中一张表Achieve.json后,重新layadcc 后 第一次打开项目后日志显示xhr.get url=http://192.168.200.3:8889/configs/Achieve471a2538.json 第二次打...
来源: Laya_社区 发布时间: 20190313
...无法降到0,导致GPU无法清理 通过dispose(销毁组件),removePackage(移除Package),无法将对应Package图集资源的引用计数(_referenceCount)降到0,导致GPU无法清理,demo中提供加载package,创建GComponent和销毁GComponent,removePackage,以及对该package...
来源: Laya_社区 发布时间: 20231130
...layarepublic\oppo\quickgame-toolkit 这个目录下的node_modules目录和package.json以及package-lock.json 2020-03-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 胡百川 相关问题 加载到舞台的3D模型不显示贴图 ...
来源: Laya_社区 发布时间: 20200319
...I/LayaBox: start thread:image decode,2987 I/LayaBox: found the file in the package:shaders/todevVS.glsl I/LayaBox: found the file in the package:shaders/fillColorPS.glsl I/LayaBox: found the file in the package:shaders/drawImagePS.glsl I/LayaBox: found the file in the package:shaders/fillImagePS.gls...
来源: Laya_社区 发布时间: 20171218
...个trace,事件没有派发成功,下面是testDemo LayaSample类: package { import laya.display.Sprite; public class LayaSample extends Sprite{ public static var event:String = "event"; public function LayaSample() { super(); //初始化引擎 Laya.init(1136, 640); var re:Revent = new Revent(...
来源: Laya_社区 发布时间: 20170604