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

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

131. HTMLIframeElement报错 [ 48%]

...tring(value,'text/xml'); if (rst.firstChild.textContent.indexOf("This page contains the following errors")>-1){ throw new Error(rst.firstChild.firstChild.textContent); } return rst; } 2018-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

132. 打包native报错 [ 47%]

.../Developer/CoreSimulator/Devices/EB7DAF12-B550-4E95-8A8E-7515308079E6/data/Containers/Data/Application/70B6C304-E803-4AE3-9A7E-8B3148707FE1/Library/Caches//appCache/ 2019-06-18 13:34:09.286753+0800 test1[6479:65523] found the file in the package:assetsid.txt   2019-06-18 13:34:09.287680+0800 test1[...

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

133. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 47%]

...nentInstance addLine addLines bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents getLine hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake ...

来源: Laya3.0_api 发布时间: 20231115

134. 节点管理 · LayaAir3.4 · 引擎文档 · LAYABOX [ 47%]

...可以直接获取父节点 当前容器是否包含指定的节点对象contains(node: Node) 判断一个节点下是否包含某个子节点,可以使用此方法,注意此查找过程会遍历所有嵌套的子节点 检查本节点是否是某个节点的上层节点isAncestorOf(node: Node) ...

来源: Laya3.0_文档 发布时间: 20251010

135. canvas定位后 点击区域偏移 [ 47%]

...复 米粒 赞同来自: 大光电KID 看源码解决了!如果改变layaContainer的位置后导致点击偏移,可以改源码: laya.core.js第12581行          this._point.setTo(e.pageX || e.clientX,e.pageY || e.clientY); 改为 this._point.setTo((e.pageX || e.clientX)-Browser._contai...

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

136. iphone6闪退 [ 47%]

...Frameworks/JavaScriptCore.framework/JavaScriptCore and /private/var/mobile/Containers/Bundle/Application/6815AAA5-5DD9-4F5E-B035-86F46C8BD87F/layabox.app/layabox. One of the two will be used. Which one is undefined. 2017-11-27 16:20:55.044 layabox[644:298297] 当前应用软件版本:2.2 2017-11-27 ...

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

137. 可以帮我测试一下吗? 使用mask的场景,放着就会出现记忆体用完的讯息? [ 46%]

...0, 10, 580, 470, "#000000"); s.pos(0,0); console.log("=mask container=>>", s.width, s.height)//打印出是0,0 this.scrollContainer.mask = s;//scrollContainer是一个有宽高的Box,为什么打印出的s的宽高是0,0,只要设置了mask,chrorme就会警告cache ...

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

138. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 46%]

...are Requirements     Your app, extension, or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple ...

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

139. 苹果上架有问题啊 , !!!!!! [ 44%]

... Software Requirements Your app, extension, or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the App...

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

140. [LayaAirIDE3]3.3.1 UI点击区域异常,mouseThrough属性失效 [ 44%]

...释,如下所示: /** * @en For non-UI component display object nodes (container objects or display objects without image resources), specifies whether the mouse events penetrate this object's collision detection. `true` means the object is penetrable, `false` means it is not penetrable. * When ...

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