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

大约有 27 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0025 秒)

11. 微信环境下面Laya.Browser.window.protobuf.load不能读取本地的proto文件 [ 71%]

...****785 赞同来自: 微信里面的Function这样定义:function (){if(arguments.length>0&&"return this"===arguments[arguments.length-1])return function(){return e}} Chrome和预览里面的Function这样定义:function Function() { [native code] } 2018-03-07 0 0 分享 微博 QZONE...

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

12. AS翻译成JS的时候能不能自动进行类型转换啊?不然每个地方都要手动在AS进行手动添加强制转换 [ 66%]

...的JS: storeString=function(type,__value){ var value=[];for(var i=1,sz=arguments.length;i<sz;i++)value.push(arguments[i]); var a=value[0]; } 这个时候的value变成了两层数组了,拿出来a是__value的这个数组。而不是第一个参数

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

13. 关于ts配置的问题 [ 63%]

...关的链接 提交 1 个回复 InJoins 赞同来自: 外网搜 tsconfig arguments 比如bing.comhttp://www.typescriptlang.org/ ... .html 2018-04-04 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ccloving 相关问题 发起问题须知...

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

14. LayaNative原生调用Laya问题 [ 58%]

...orea.googleplay I/LayaBox: alert=undefined:1: SyntaxError: missing ) after argument list ator.LoadingMediator.onGetUniqueIdCompleteHandler(5d2e651be083f76c9d725a3b02972cbb) 请问下这个写法哪里有问题么,我有一个和她一模一样的调用就不会报错,这个就会,不清楚为...

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

15. bind函数的作用 [ 57%]

...his keyword can refer inside the new function. * @param argArray A list of arguments to be passed to the new function. */ bind(this: Function, thisArg: any, ...argArray: any[]): any; /** Returns a string representation of a function. */ a15715740412 • 2018-01-30 16:31 你们lib.ts中的bind qian ...

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

16. ts项目,我在程序主入口声明了公共静态类,下面new出了一个对象,把他添加到舞台中出错。 [ 54%]

... 'file:///e%3A/LAYABOX/CaiCi/src/GameMain.ts' severity: '错误' message: 'Argument of type 'GameStart' is not assignable to parameter of type 'Node'. Property '_childs' is missing in type 'GameStart'.' at: '56,29' source: 'ts' 2017-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

17. 网页调试崩溃了 [ 54%]

...Program"} constructor:function WebGLProgram() { … } [[Scopes]]:Scopes[0] arguments:null caller:null length:0 name:"WebGLProgram" prototype:WebGLProgram {constructor: , Symbol(Symbol.toStringTag): "WebGLProgram"} constructor:function WebGLProgram() { … } Symbol(Symbol.toStringTag):"WebGLProgram" ...

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

18. 关于 iframe跳转地址 [ 54%]

...;/body> <script type="text/javascript" language="javascript"> var arguments = window.location.search; var url = "http://119.29.138.145/bgame/in ... 3B%3B // http://119.29.138.145/bgameClient/index.html(游戏地址 体验服) // http://119.29.138.145/bgame/index.html(游戏地址 正式服)...

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

19. LayaNative appLoader.js中偶发_targets为undefined的问题 [ 54%]

...ncoder.texImage2D方法内的下列语句:texImage2D(_args) { var args = arguments; if (args.length == 6) { if (args[5]._nativeObj) { this.add_iiiiiii(FUNCTION_ID.TEXIMAGE2D, args[0], args[1], args[2], args[3], args[4], args[5]._nativeObj.conchImgId); } else { this.add_iiiiiiiii(FUNCTION_ID.TEXIMA...

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

20. 与echarts显示的问题,HTMLDivElement [ 54%]

...hart = echarts.init(this.mydiv);进行echarts的初始化时,报: [ts] Argument of type 'HTMLDivElement' is not assignable to parameter of type 'HTMLDivElement | HTMLCanvasElement'. Type 'HTMLDivElement' is not assignable to type 'HTMLCanvasElement'. Property 'getContext' is missing in type 'HTM...

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