大约有 252 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
Laya3.0_api(80) Laya2.0_api(74) laya_api(69) Laya_社区(23) Laya2.0_示例(3) Laya3.0_文档(1) Laya2.0_文档(1) Laya_示例(1)
...y.linearVelocity = { x: velocityX * 3, y: velocityY * 3 }; Laya.Laya.timer.frameOnce(120, this, function () { newBall.destroy(); }); }); let label = this.label = Laya.Laya.stage.addChild(new Laya.Label("单击屏幕产生新的小球刚体,击向bridge的随机位置")); label.top = 20; label.righ...
来源: Laya2.0_示例 发布时间: 20241118
...vent callLater clearTimer contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChild...
来源: Laya3.0_api 发布时间: 20231115
...allLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChild...
来源: Laya3.0_api 发布时间: 20231115
闭包引起的内存泄漏问题 Laya.timer.frameOnce(2, this, function(){ this.a.xxx(); }); 像这种闭包写法会不会有内存泄漏? 2017-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixu...
来源: Laya_社区 发布时间: 20170117
...allLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChild...
来源: Laya3.0_api 发布时间: 20231102
...ZONE 微信 Simon 赞同来自: 找到了解决方法 这么做 Laya.timer.frameOnce(1, this,function(){ this.gold.destroy() }); 2018-08-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lei² 相关问题 两个对象new了一个相同...
来源: Laya_社区 发布时间: 20180704
...tmlInfo = new HTMLDivElement(); this.m_htmlInfo.innerHTML = htmlText; this.frameOnce(1, this, function(){ this.m_htmlInfo.innerHTML = htmlText; }) 2017-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueyi...
来源: Laya_社区 发布时间: 20170314
...脚本会有时序问题,所以在此添加一个延时 this.monkeyBox.frameOnce(2, this, this.onLoaded); } 我想问的是this.monkeyBox = value;这句话,monkeyBox的类型是Sprite,value应该是Box类型的吧,注释里也是这么说的,这两类型没继承关系吧,这样赋值没...
来源: Laya_社区 发布时间: 20180622
...allLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChild...
来源: Laya3.0_api 发布时间: 20231115
...load(['res/atlas/view.atlas'], Handler.create(this, initGame)); Laya.timer.frameOnce(1, this, function () { Laya.stage.on(Event.RESIZE, this, function () { window.location.reload(); }) }) 2018-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20180416