大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
...port": 18091, "webRoot": "${workspaceRoot}", "urlFilter":"http://localhost:18091/*" } ] } 2023-02-14 1 2 分享 微博 QZONE 微信 狂蜂浪蝶 赞同来自: 你提的这个问题很好,以后不要提了。 -------- 因为我提过了没人回。 2023-02-13...
来源: Laya_社区 发布时间: 20230213
....getItemByType(PackType.item_); //遍历装备列表 for(var i:int = 0; i < allEquipArr.length; i++) { var itemlo:ItemConfigLO = BagData.ins.getItemConfigLOById(allEquipArr[i].baseId.toString()); //装备类型分类再显示 if(itemlo) { data.push({itemImg:""+itemlo.image, m_label:&quo...
来源: Laya_社区 发布时间: 20180321
...orts}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){}])} 1561098846用户 • 2019-06-21 14:41 一个立即运行函数 (function(){........})()({})后面的括号是什么鬼来的,我们...
来源: Laya_社区 发布时间: 20170426
...在SAVEPATH里,就比较难用了。希望有一个开关参数比如-o <path>,当用户在命令行中提供该参数时,就以该参数提供的路径override掉LayaModelConfig.ini里的SAVEPATH参数。这也是为了批量转换脚本用。提供一个开关,允许用户选择只...
来源: Laya_社区 发布时间: 20160924
...ss MapLayer extends Sprite这一行,在下面加上 _showGridList: Array<any>;即可 wu语 • 2018-08-07 19:51 1.7.19.1版本不行
来源: Laya_社区 发布时间: 20170627
...n Implements IClone Index Constructors constructor Properties w x y z DEFAULT NAN Methods clone cloneTo equals forNativeElement fromArray getYawPitchRoll identity invert length lengthSquared normalize rotateX rotateY rotateZ scaling set setValue add createFromAxisAngle createFromMatrix4x4 createFrom...
来源: Laya3.0_api 发布时间: 20231115
...求后面还是插入了那个IP地址,却没有像之前那样请求到<iframe>,这样真的就算正常了吗? Laya_Aaron • 2018-07-16 13:47 @alex:单机的话,不会走网络,是可以的。
来源: Laya_社区 发布时间: 20180714
...ght TypeError: Cannot read property 'call' of undefined at Function.<anonymous> (laya.core.js:127) at new Test (Test.js:3) at onAssetLoaded (LayaUISample.js:64) at EventHandler.__proto.runWith (laya.core.js:681) at ResInfo.__proto.event (laya.core.js:460) at...
来源: Laya_社区 发布时间: 20170621
...关数 = []; var 剩下关数 = 未过的关数.length - 1; for(var i =0;i<剩下关数;i++){ if(i != 随机数){ 新的未过的关数.push(未过的关数[i]); } } 未过的关数 = 新的未过的关数; document.location.href="第" + 随机数 + "关.html?数据=需要传的数据"; } 2018-06...
来源: Laya_社区 发布时间: 20180615
...例化DynamicAtlasManager对象: //接口 constructor(config?: Partial<DynamicAtlasConfig>, autoReplace: boolean = true) 参数说明: config是创建动态图集需要的配置参数,各项参数内容如下: 参数 类型 默认值 说明 largeTextureSize [number, number] [1024, 1024...
来源: Laya3.0_文档 发布时间: 20260131