大约有 862 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0053 秒)
...onstructors constructor Properties destoryedImmediately lock name url uuid version DEBUG Accessors cpuMemory deps destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _parse _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDep addDeps ...
来源: Laya3.0_api 发布时间: 20231102
... 如 //设置版本控制类型为使用文件名映射的方式 ResourceVersion.type =ResourceVersion.FILENAME_VERSION; 2018-01-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 sulaya 赞同来自: http://192.16...
来源: Laya_社区 发布时间: 20180131
... 可以重现我说的问题 function initLaya() { console.log('Laya.version:' + Laya.version); //初始化微信小游戏 Laya.MiniAdpter.init(); //初始化引擎 Laya3D.init(750, 1334, true); //适配模式 Laya.stage.scaleMode = 'fixedwidth'; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; ...
来源: Laya_社区 发布时间: 20180426
...7-03-29 0 1 分享 微博 QZONE 微信 kongbu0621 赞同来自: Latest LTS Version: v6.10.1 (includes npm 3.10.10) 官网下的这个版本,完全按照指示来操作的 npm install -g typescript 以后 tsc -v 是version 1.0.3.0 是不是版本问题? 2017-03-29 0 1 分享 微博 QZO...
来源: Laya_社区 发布时间: 20170329
...e Cache-Control: no-cache Upgrade: websocket Origin: file:// Sec-WebSocket-Version: 13 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) LayaAirIDE/1.12.2 Chrome/56.0.2924.87 Electron/1.6.6 Safari/537.36 Accept-Encoding: gzip, deflate Accept-Language: zh-CN Sec-...
来源: Laya_社区 发布时间: 20181120
...面的代码 替换原来的 // 筛选4M包 gulp.task("packfile", ["version2"], function() { if (config.version) { // 从release目录取得带有版本号的目录 let tempPackfile = `${workSpaceDir}/.laya/configTemp.json`; let releasePackfile = `${rel...
来源: Laya_社区 发布时间: 20190426
...题可以通过重写Laya.URL.customFormat来实现,例如: var IMAGE_VERSION = "20170610"; Laya.URL.customFormat = function (url) { if (!Render.isConchApp && url.indexOf("?v=") < 0) url += ("?v=" + IMAGE_VERSION); return url; } 附件 : --> 2017-06-02 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170602
...apNodeJSCore (internal/bootstrap/node.js:623:3) exit:1 gulp -v CLI version: 2.3.0 Local version: 4.0.2 npm -v 6.11.3 node -v v10.17.0 执行compile的时候,应该是找gulp的路径时,拼装路径错了,但我不知道在哪儿去改 附件 : --> 2020-11-10 添加评论 免...
来源: Laya_社区 发布时间: 20201110
...aterialInfoTerrainRes _normalMaps : Vector.<String>TerrainRes _version : NumberTerrainResPublic Methods MethodDefined By TerrainRes() 创建一个 TerrainHeightData 实例。 TerrainRes _parse(data:*, propertyParams:Object = null, constructParams:Array = null):TerrainRes[static] ...
来源: Laya2.0_api 发布时间: 20190513
...pace\MyGame\LayaSample.as3proj" -ipc 5842ff15-6fb5-4352-b4de-e47dce90ee32 -version "4.6.0; 3.1" -compiler "D:\flex-SDK" -library "D:\LayaWork\FlashDevelop - 5.2\Library" Building LayaSample mxmlc -load-config+=obj\LayaSampleConfig.xml -debug=true -incremental=true -swf-version=29 -o obj\LayaSample63...
来源: Laya_社区 发布时间: 20170830