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

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

11. 2D物理-桥 [ 76%]

...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

12. laya.display.Node_API3.0 [ 74%]

...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

13. laya.d3.core.Sprite3D_API3.0 [ 74%]

...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

14. 闭包引起的内存泄漏问题 [ 73%]

闭包引起的内存泄漏问题   Laya.timer.frameOnce(2, this, function(){ this.a.xxx(); });   像这种闭包写法会不会有内存泄漏? 2017-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixu...

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

15. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 71%]

...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

16. 3d CollisionManager _triggerCollision方法中BUG [ 70%]

...ZONE 微信 Simon 赞同来自: 找到了解决方法 这么做 Laya.timer.frameOnce(1, this,function(){ this.gold.destroy() }); 2018-08-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lei² 相关问题 两个对象new了一个相同...

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

17. HTMLDivElement中,有<style>标签,第二帧再刷会报错的问题 [ 70%]

...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

18. 一个技术文档的问题 [ 70%]

...脚本会有时序问题,所以在此添加一个延时 this.monkeyBox.frameOnce(2, this, this.onLoaded); } 我想问的是this.monkeyBox = value;这句话,monkeyBox的类型是Sprite,value应该是Box类型的吧,注释里也是这么说的,这两类型没继承关系吧,这样赋值没...

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

19. laya.d3.core.light.LightSprite_API3.0 [ 69%]

...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

20. Laya IDE横竖屏切换时,不断刷新 [ 69%]

...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