大约有 6 项符合查询结果, 库内数据总量为 30,958 项。 (搜索耗时: 0.0034 秒)
...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined ide 2.4 layaair2-cmd 编译报错 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一...
来源: Laya_社区 发布时间: 20230608
...ar 使用会出现<<<TypeError: Cannot read property 'value' of undefined>>> 我的代码为按钮点击后 出现popup并且模拟进度条加载 按钮代码: this.testLoadingBar_anim.on(Event.CLICK,this,()=>{ var loading : Onloading = new Onloading(); loading.po...
来源: Laya_社区 发布时间: 20180524
...串。不是接受单边边距。而且这里的_textFormat._leftMargin是undefined. 2017-05-16 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ht657990995 相关问题 发起问题须知,必看!!!不按提问规则的,官方拒...
来源: Laya_社区 发布时间: 20170516
...加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 3d 添加灯光 模型变的黑呼呼的 很多黑面 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界里 HTMLDivElement使用滤镜时显示异常 textinput移除后再添加会将之前...
来源: Laya_社区 发布时间: 20180511
....id = 1; c.id = 1; console.log("a:",a.id);//a:1 console.log("b:",b.id);//b:undefind console.log("c:",c.id);//c:2 } 是不是发现b只处理了set后无法获取id的值。 5.pomelo 说实话,框架真心不错,客户端也简单,具体介绍看github上的介绍吧,https://github.com/NetEas...
来源: Laya_社区 发布时间: 20161109
...if omitted. * @param {LoadCallback} callback Callback function * @returns {undefined} * @see {@link Root#load} */ function load(filename, root, callback) { if (typeof root === "function") { callback = root; root = new protobuf.Root(); } else if (!root) root = new protobuf.Root(); return root.load(fi...
来源: Laya3.0_文档 发布时间: 20250104