• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 6 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0046 秒)

1. ts加密md5码封装 [ 100%]

...s.range(length - str.length).map(() => char); const result = tail ? arr.concat(paddingStr) : paddingStr.concat(arr); return isArray ? result : result.join(""); } little_endian(charCode: number) { return this.split(this.padding(charCode.toString(16), 8, "0", false), 2).reverse().join(""); } range(...

来源: Laya_社区 发布时间: 20190321

2. BUG:Sprite.event() [ 98%]

...r,data); else if (this.args)result=this.method.apply(this.caller,this.args.concat(data)); else result=this.method.apply(this.caller,data); this._id===id && this.once && this.recover(); return result; 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

来源: Laya_社区 发布时间: 20170215

3. args.slice is not a function [ 97%]

...是因为他不支持数组那些深度操作的特殊方法,比如slice、concat等)。所以在AS3里你有用到args类似数组的特殊方法,须要手动把args的参数类型改成Array。 原生例子:private var arr:Array = [1,2,3,4,5,6]; public function ArgsDemo() { funArgs(arr); } public ...

来源: Laya_社区 发布时间: 20151202

4. args.slice is not a function [ 96%]

...是因为他不支持数组那些深度操作的特殊方法,比如slice、concat等)。所以在AS3里你有用到args类似数组的特殊方法,须要手动把args的参数类型改成Array。  原生例子: [i]private var arr:Array = [1,2,3,4,5,6]; public function ArgsDemo() { funArgs(arr); } ...

来源: Laya_社区 发布时间: 20151204

5. 针对2.0.0 beta5 setLoadingPage 做增强 [ 86%]

...]).then(res => { let nextScene = res[0] if (res.length > 1) param = .concat((param || ), [res[1]]) nextScene.open(closeOther, param) if (complete) complete.runWith(nextScene) // 重新设置loadingPage 并隐藏 Laya.Scene.setLoadingPage(this._loadScene) Laya.Scene.hideLoadingPage() }) } /** *...

来源: Laya_社区 发布时间: 20181124

6. 微信小游戏加载资源问题 [ 52%]

...subNativeFiles[key]; MiniAdpter.subNativeheads = MiniAdpter.subNativeheads.concat(tempArr); for (var aa = 0; aa < tempArr.length; aa++) { MiniAdpter.subMaps[tempArr[aa]] = key + "/" + tempArr[aa]; } } } if (MiniAdpter.subNativeFiles && url.indexOf("/") != -1) { var cur...

来源: Laya_社区 发布时间: 20200103