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

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

41. bind函数的作用 [ 53%]

...itial parameters. * @param thisArg An object to which the this 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. */ a157...

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

42. 不知道这个id是怎么回事,一样的代码一会报错一会不报错。 [ 53%]

...错。编译又不报了。   Import declarations in a namespace cannot reference a module. 2017-11-16 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zengjoeng 相关问题 预设怎么在代码中使用 laya2.0加载3d场景报错Uncau...

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

43. UI界面加载有哪些回调方法可用 [ 52%]

...rz3g • 2017-07-20 10:22 console.log("----",this.body.getBounds(reference)); "Cannot read property 'getBounds' of undefined" getBounds怎么用? peterz3g • 2017-07-20 10:28 getBounds的结果和之前一样,都是0. Rectangle {x: 0, y: 0, width: 0, height: 0} cuixueying ...

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

44. Unity导出粒子特效报错空值 [ 51%]

Unity导出粒子特效报错空值 导出粒子时报错 object reference not set to an insance 附件 : --> 2017-02-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_XS 赞同来自:  提交下模型的...

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

45. 苹果审核发现使用了私有API [ 51%]

...分是否使用了这个框架。 被拒的内容是: Your app uses or references the following non-public APIs: - PrivateFrameworks/BackBoardServices.framework The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change. Cont...

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

46. 2.1以后的IDE版本如何开启F5调试(TypeScript-IDE篇(TS)-代码模式基础) [ 51%]

...s6", "baseUrl": "../libs", "outDir": "../build/src", "sourceMap": true }, "references": [ {"path":"../libs"}, ], "exclude": [ "../node_modules" ] } ``` ### 二、bundle模式TS项目,如何开启F5调试 #### 1、修改 `.laya/compile.js` 找到`sourceMap: false` 修改为 `sourcemap: true` 一共...

来源: Laya2.0_文档 发布时间: 20210714

47. 用插件导出unity制作的模型时,不支持skinned mesh renderer么? [ 51%]

...支持skinned mesh renderer么? unity用laya插件导出时报错: NullReferenceException: Object reference not set to an instance of an object r.a (UnityEngine.SkinnedMeshRenderer A_0, System.String A_1, Boolean A_2) r.b () r.b (System.String A_0) LayaAir3D.exportResource (Boolean isDebug, Int3...

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

48. 请问引擎中是否支持类似Flash中擦除效果 BlendMode.ERASE [ 51%]

...de.ERASE     谢谢 AS3.0文档http://help.adobe.com/zh_CN/FlashPlatform/reference/actionscript/3/flash/display/DisplayObject.html#blendMode   附件 : --> 2017-01-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回...

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

49. 初学者,LayaAir IDE舞台不显示效果,并提示file: [ 50%]

...llo%20Layabox/jsconfig.json' severity: '警告' message: 'Problems loading reference 'https://schemastore.azurewebsites.net/schemas/json/jsconfig.json': Unable to load schema from 'https://schemastore.azurewebsites.net/schemas/json/jsconfig.json': Unable to connect to https://schemastore.azurewebsi ...

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

50. laya 2.x BUG ?? 编译后 SyntaxError: for-in loop head declarations may not have [ 50%]

...和标准有关   https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Invalid_for-in_initializer   我代码里没写错 代码里 是这个形式   for(var x in list){ xx } 但是编译出来就变成了    怎么办。。。 怎么改变这个编译规则?? 附件 : -...

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