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

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

151. Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug [ 51%]

...st.url); } }  window["test"] = new NewTest(); window["test"].Load(); Laya.timer.once(10*1000, null, window["test"].UnLoad);如题所示,我用demo测试,加载一个json文件,然后延迟10秒钟调用释放资源,在Laya.Loader["loadedMap"]查看,确实已经去掉了。 但是内存并...

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

152. Cannot read property '_physicsUpdateList' of null 错误 [ 50%]

...,可以试下,     先设置物体的active为false,再使用Laya.timer.once调用destroy方法,因为有些组件还在onupdate中,不可以立刻删除 图集的话,可以试下     使用loader.clearRes()来清除缓存。     2019-04-28 0 0 分享 微博 QZONE 微信 为什...

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

153. 使用mask后,只要调用 Laya.Resource.destroyUnusedResources() 就会引起报错 [ 50%]

..."0x0000FF"); window.onblur = function() { console.log("onblur....?"); Laya.timer.once(2000, null, function() { Laya.Resource.destroyUnusedResources(); }); } 当触发了释放资源的函数,会报错如下: laya.webgl.js:5713 Uncaught TypeError: Cannot read property '_targets' of null at WebGLC...

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

154. laya.html.dom.HTMLIframeElement_API3.0 [ 50%]

...scaleX scaleY scene scrollRect skewX skewY stage staticCache style texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destroyChildr...

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

155. laya.html.dom.HTMLDivElement_API3.0 [ 50%]

...scaleX scaleY scene scrollRect skewX skewY stage staticCache style texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains customRender destroyChildr...

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

156. laya2 物理引擎好多问题 [ 50%]

...lse; ni2.wrapMode=0; ni2.play(0,false); // console.log('********');  Laya.timer.once(500,this,function(){ // Laya.Scene.load('start.json'); Laya.Scene.open('start.json'); })   2019-07-21 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

157. laya.d3.core.Sprite3D [ 50%]

...节点。Node  scene : Scene[read-only] 获得所属场景。 Sprite3D timer : Timer时间控制器,默认为Laya.timer。Node  transform : Transform3D[read-only] 获取精灵变换。 Sprite3D  url : String 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Sh...

来源: laya_api 发布时间: 20170929

158. (最新版ide和库已经测试)iOS环境浏览器使用mask黑屏 [ 49%]

...phics.clear(); this._sp.graphics.drawCircle(100, 100, 50, '#ffffff'); Laya.timer.once(3000, this, () => { this.img.mask = this._sp; }) }之后编译项目 2. 使用iphone手机的safari扫码功能运行项目 3秒中之后必现黑屏 手机型号: iphone 6s 系统 13.1.3 使用qq浏览器扫...

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

159. 打飞机点开始游戏加载飞机动画不出来,点重新开始,才出来,新手求助! [ 49%]

...ro = new Hero("hero", 25) hero.pos(100,200) Laya.stage.addChild(hero) Laya.timer.once(3000, this, gameOver) } function gameOver() { map.removeSelf() play.removeSelf() over = new GameOverUI() over.txt_score.text = "25" over.btn_restart.on(Event.MOUSE_UP,this,gameInit) Laya.stage.addChild(over); } her...

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

160. laya.d3.core.trail.TrailSprite3D [ 49%]

...显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node  de...

来源: Laya2.0_api 发布时间: 20190513